Skip to content

Commit

Permalink
Added check_mode: false to ensure yum utils is installed regardless o…
Browse files Browse the repository at this point in the history
…f check mode (#217)

Co-authored-by: Todd Ruch <[email protected]>
Co-authored-by: Chris Edillon <[email protected]>
  • Loading branch information
3 people authored Jan 27, 2025
1 parent a9dbf33 commit a9b9409
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions linux/patching.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
ansible.builtin.yum:
name: yum-utils
state: installed
check_mode: false

- name: Include patching role
ansible.builtin.include_role:
Expand Down

0 comments on commit a9b9409

Please sign in to comment.