File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 14
14
15
15
- name : " (Setup: RedHat) Install Prerequisites"
16
16
import_tasks : setup-redhat.yml
17
- when : ansible_distribution == "RedHat"
17
+ when : ansible_distribution == "RedHat"
Original file line number Diff line number Diff line change 7
7
- name : " (Install: RedHat) Install Required Dependencies - RHEL Subscription"
8
8
package :
9
9
name : rhel-7-server-optional-rpms,rhel-7-server-rpms
10
- state : latest
10
+ state : present
11
11
when : app_protect_use_rhel_subscription_repos
12
12
13
13
- name : " (Install: RedHat) Install Required Dependencies - Centos Epel"
14
14
package :
15
15
name : " https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm"
16
- state : latest
16
+ state : present
17
17
when : not app_protect_use_rhel_subscription_repos
You can’t perform that action at this time.
0 commit comments