We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d461488 commit a4410faCopy full SHA for a4410fa
tasks/main.yml
@@ -39,3 +39,4 @@
39
- name: info for fedora and non RHEL
40
pause:
41
prompt: "Please notice this role is designed to work only with RHEL/CentOS 6,7 and 8"
42
+ when: ansible_os_family != 'RedHat' or ansible_distribution == 'Fedorra'
0 commit comments