Skip to content

Commit

Permalink
Use dnf module so curl can install properly on RHEL 9.
Browse files Browse the repository at this point in the history
  • Loading branch information
geerlingguy committed Jul 17, 2024
1 parent 5686086 commit 705ae4c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion molecule/default/converge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,15 @@
when: ansible_os_family == 'Debian'

- name: Ensure build dependencies are installed (RedHat).
package:
dnf:
name:
- "@Development tools"
- tar
- unzip
- net-tools
- curl
state: present
allowerasing: true
when: ansible_os_family == 'RedHat'

- name: Ensure build dependencies are installed (Debian).
Expand Down

0 comments on commit 705ae4c

Please sign in to comment.