Skip to content

Commit a4410fa

Browse files
committed
Add condition for OS warning
1 parent d461488 commit a4410fa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tasks/main.yml

+1
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,4 @@
3939
- name: info for fedora and non RHEL
4040
pause:
4141
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

Comments
 (0)