Syntax cleanup for style

This commit is contained in:
Jason Rothstein 2020-12-20 07:56:36 -06:00
parent 7db6a00d70
commit 61e76737ba

View File

@ -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'