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