Skip to content

Commit

Permalink
Replace deprecated yum module
Browse files Browse the repository at this point in the history
  • Loading branch information
stephdewit committed Jun 14, 2024
1 parent dcfd7b0 commit 8b37f82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/setup-redhat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
- name: Install dependencies
become: true
become_user: root
ansible.builtin.yum:
ansible.builtin.package: # support for yum and dnf
name: "{{ packages }}"
vars:
packages:
Expand Down

0 comments on commit 8b37f82

Please # to comment.