mirror of
https://github.com/roles-ansible/ansible_role_epel.git
synced 2024-08-16 14:49:49 +02:00
Add condition for OS warning
This commit is contained in:
parent
d4614888a5
commit
a4410fac66
1 changed files with 1 additions and 0 deletions
|
@ -39,3 +39,4 @@
|
||||||
- name: info for fedora and non RHEL
|
- name: info for fedora and non RHEL
|
||||||
pause:
|
pause:
|
||||||
prompt: "Please notice this role is designed to work only with RHEL/CentOS 6,7 and 8"
|
prompt: "Please notice this role is designed to work only with RHEL/CentOS 6,7 and 8"
|
||||||
|
when: ansible_os_family != 'RedHat' or ansible_distribution == 'Fedorra'
|
||||||
|
|
Loading…
Reference in a new issue