Make work for any dnf/yum compatible system, not just what we know about
This commit is contained in:
parent
90a7d2c631
commit
eb7f4905f5
@ -13,7 +13,7 @@
|
||||
- name: 'ensure patch'
|
||||
when:
|
||||
- ansible_system == 'Linux'
|
||||
- ansible_distribution == 'CentOS' or ansible_distribution == 'Fedora' or ansible_distribution == 'OracleLinux'
|
||||
- ansible_pkg_mgr == 'dnf' or ansible_pkg_mgr == 'yum'
|
||||
package:
|
||||
name: '*'
|
||||
state: 'latest'
|
||||
|
Loading…
x
Reference in New Issue
Block a user