We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8722c2 commit 83122a6Copy full SHA for 83122a6
tasks/prerequisites/setup-redhat.yml
@@ -1,11 +1,5 @@
1
---
2
- name: "(Install: RedHat) Install Required Dependencies"
3
- package:
4
- name: ca-certificates, wget
+ dnf:
+ name: ca-certificates, wget, "https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm"
5
state: present
6
-
7
8
-- name: "(Install: RedHat) Install Required Dependencies"
9
- yum:
10
- name: https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm
11
- state: latest
0 commit comments