Syntax cleanup for style
This commit is contained in:
parent
7db6a00d70
commit
61e76737ba
@ -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'
|
||||
|
Loading…
x
Reference in New Issue
Block a user