Skip to content

Commit

Permalink
chore: fix ansible legacy module
Browse files Browse the repository at this point in the history
  • Loading branch information
juju4 committed Jul 7, 2024
1 parent 6b16efd commit 40e40e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tasks/redhat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
validate_certs: "{{ falco_rpm_validate_certs | default('yes') }}"

- name: Redhat | Install kernel-devel
ansible.builtin.yum:
ansible.builtin.dnf:
name: "kernel-devel-{{ ansible_kernel }}"
state: present
update_cache: yes
Expand All @@ -27,7 +27,7 @@
until: pkg_result is success

- name: Redhat | Install falco
ansible.builtin.yum:
ansible.builtin.dnf:
name: "{{ falco_pkgs }}"
state: present
update_cache: yes
Expand Down

0 comments on commit 40e40e8

Please sign in to comment.