Skip to content

Commit 747cab6

Browse files
committed
Fix smartmon-tools yum module usage
1 parent 6f1ed16 commit 747cab6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

etc/kayobe/ansible/smartmon-tools.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
become: true
2424

2525
- name: Ensure Python 3, and pip are installed on RedHat/CentOS
26-
ansible.builtin.yum:
26+
ansible.builtin.dnf:
2727
name:
2828
- python3
2929
- python3-pip

0 commit comments

Comments
 (0)