Skip to content

Commit c18e402

Browse files
committed
switch yum to dnf for package install on redhat (non centos)
Signed-off-by: Karl Hepworth <[email protected]>
1 parent 091ce08 commit c18e402

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/packages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
when: ansible_os_family == "Debian"
2020

2121
- name: "CURL | Install (RedHat)"
22-
yum:
22+
dnf:
2323
name: "{{ item }}"
2424
state: installed
2525
with_items:

0 commit comments

Comments
 (0)