Skip to content

Commit 4386b7f

Browse files
committed
adding redhat conditional
1 parent 0f3dea6 commit 4386b7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/prerequisites/install-prerequisites.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@
1010

1111
- name: "(Setup: CentOS) Install Prerequisites"
1212
import_tasks: setup-centos.yml
13-
when: ansible_distribution == "CentOS"
13+
when: ansible_distribution == "CentOS" or ansible_distribution == "RedHat"

0 commit comments

Comments
 (0)