diff --git a/changelogs/fragments/i_s_u_title.yml b/changelogs/fragments/i_s_u_title.yml new file mode 100644 index 000000000..fc631b35f --- /dev/null +++ b/changelogs/fragments/i_s_u_title.yml @@ -0,0 +1,4 @@ +--- +bugfixes: + - Fixed name of task for inventory source update +... diff --git a/roles/inventory_source_update/tasks/main.yml b/roles/inventory_source_update/tasks/main.yml index 66d11101e..dee6e34b2 100644 --- a/roles/inventory_source_update/tasks/main.yml +++ b/roles/inventory_source_update/tasks/main.yml @@ -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