diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index b01ac53a6..c1609d419 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -75,4 +75,4 @@ Include a [minimum complete verifiable example] with: -[minimum complete verifiable example]: http://stackoverflow.com/help/mcve + diff --git a/roles/project_update/tasks/main.yml b/roles/project_update/tasks/main.yml index edbcb5f52..d8990525e 100644 --- a/roles/project_update/tasks/main.yml +++ b/roles/project_update/tasks/main.yml @@ -37,7 +37,7 @@ error_flag: true when: ansible_check_mode and __project_update_job_async.failed is defined and __project_update_job_async.failed -- name: "Configure Controller Projects | Wait for finish the projects creation" +- name: "Configure Controller Projects | Wait for finish the projects update" ansible.builtin.async_status: jid: "{{ __project_update_job_async_results_item.ansible_job_id }}" register: __project_update_job_async_result