Skip to content

Commit

Permalink
Use ansible.builtin.dnf and not ansible.builtin.yum
Browse files Browse the repository at this point in the history
  • Loading branch information
dlundgren committed Jun 7, 2024
1 parent 188fdcb commit a93877f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/install/RedHat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
key: http://software.bigfix.com/download/bes/95/RPM-GPG-KEY-BigFix-9-V2

- name: Install BigFix Client
ansible.builtin.yum:
ansible.builtin.dnf:
name: "/tmp/{{ bigfix_client_file_dest }}"
state: present

0 comments on commit a93877f

Please sign in to comment.