From 18dfd10199e7416eee9e218b52295a2954f6eb62 Mon Sep 17 00:00:00 2001 From: Hamza <23738574+w4hf@users.noreply.github.com> Date: Sun, 3 Mar 2024 23:23:12 +0100 Subject: [PATCH 1/2] wording: correct 'wait for projects update' task name replace 'creation' with 'update' --- roles/project_update/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From bc61d45bc35eaa60c7246648b9329a5ca9093a1a Mon Sep 17 00:00:00 2001 From: "tompage1994@hotmail.co.uk" Date: Mon, 4 Mar 2024 09:29:55 +0000 Subject: [PATCH 2/2] Fix markdown link check --- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 +