diff --git a/tasks/main.yml b/tasks/main.yml index 3bd75af..7a31f09 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -39,3 +39,4 @@ - name: info for fedora and non RHEL pause: 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'