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 0f3dea6 commit 4386b7fCopy full SHA for 4386b7f
tasks/prerequisites/install-prerequisites.yml
@@ -10,4 +10,4 @@
10
11
- name: "(Setup: CentOS) Install Prerequisites"
12
import_tasks: setup-centos.yml
13
- when: ansible_distribution == "CentOS"
+ when: ansible_distribution == "CentOS" or ansible_distribution == "RedHat"
0 commit comments