adjust "when" conditions to support RHEL8 naming

This commit is contained in:
Josh Lay 2020-01-07 00:37:06 -06:00
parent 50a8dc1248
commit 6f29a3904e
5 changed files with 8 additions and 8 deletions

View file

@ -19,7 +19,7 @@
package:
name: '*'
state: latest
when: ansible_distribution in ["CentOS", "Red Hat Enterprise Linux", "Debian", "Ubuntu"] and not is_atomic
when: ansible_distribution in ["CentOS", "Red Hat Enterprise Linux", "RedHat", "Debian", "Ubuntu"] and not is_atomic
register: host_upgraded
- name: reboot updated hosts