Package install really needs to be done with package module
This commit is contained in:
parent
8e629398fe
commit
67c0140d73
@ -30,7 +30,7 @@
|
||||
- ensure_log_rotation is defined
|
||||
- ensure_log_rotation.package_list is defined
|
||||
- ensure_log_rotation.package_list is iterable
|
||||
service:
|
||||
package:
|
||||
name: '{{ item.name }}'
|
||||
state: '{{ item.state }}'
|
||||
loop: '{{ ensure_log_rotation.package_list }}'
|
||||
|
Loading…
x
Reference in New Issue
Block a user