Skip to content

Commit

Permalink
wording: correct 'wait for projects update' task name (#775)
Browse files Browse the repository at this point in the history
* wording: correct 'wait for projects update' task name

replace 'creation' with 'update'

* Fix markdown link check

---------

Co-authored-by: tompage1994@hotmail.co.uk <tpage@redhat.com>
  • Loading branch information
w4hf and Tompage1994 authored Mar 4, 2024
1 parent d00dda6 commit 7581d4f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,4 +75,4 @@ Include a [minimum complete verifiable example] with:

<!--- HINT: You can paste gist.github.com links for larger files -->

[minimum complete verifiable example]: http://stackoverflow.com/help/mcve
<!--- [minimum complete verifiable example]: http://stackoverflow.com/help/mcve -->
2 changes: 1 addition & 1 deletion roles/project_update/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7581d4f

Please sign in to comment.