Make work for any dnf/yum compatible system, not just what we know about
This commit is contained in:
		| @@ -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' | ||||
|   | ||||
		Reference in New Issue
	
	Block a user