Syntax cleanup for style
This commit is contained in:
		| @@ -13,7 +13,8 @@ | ||||
| - name: 'ensure patch' | ||||
|   when: | ||||
|     - ansible_system == 'Linux' | ||||
|     - ansible_pkg_mgr == 'dnf' or ansible_pkg_mgr == 'yum' | ||||
|     - ansible_pkg_mgr == 'dnf' or  | ||||
|       ansible_pkg_mgr == 'yum' | ||||
|   ansible.builtin.package: | ||||
|     name: '*' | ||||
|     state: 'latest' | ||||
|   | ||||
		Reference in New Issue
	
	Block a user