Skip to content

Commit

Permalink
Update inventory_source_update -- fix name of async status job (#520)
Browse files Browse the repository at this point in the history
* Update inventory_source_update -- fix name of async status job

* Create i_s_u_title.yml

---------

Co-authored-by: Tom Page <[email protected]>
  • Loading branch information
Klaas- and Tompage1994 authored Mar 2, 2023
1 parent ba0dd7e commit 78ac33e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions changelogs/fragments/i_s_u_title.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
bugfixes:
- Fixed name of task for inventory source update
...
2 changes: 1 addition & 1 deletion roles/inventory_source_update/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
vars:
ansible_async_dir: '/tmp/.ansible_async'

- name: "Configure Inventory Source | Wait for finish the Inventory Source creation"
- name: "Controller inventory source update | Wait for finish of the inventory source update"
ansible.builtin.async_status:
jid: "{{ __inventory_source_update_async_results_item.ansible_job_id }}"
register: __inventory_source_update_async_result
Expand Down

0 comments on commit 78ac33e

Please sign in to comment.