mailman: fix with_items iteration in package
This commit is contained in:
parent
4154c97593
commit
c353c1d1f0
1 changed files with 4 additions and 3 deletions
|
@ -102,9 +102,10 @@
|
|||
|
||||
tasks:
|
||||
- name: install more needed packages
|
||||
package: name={{ item }} state=present
|
||||
with_items:
|
||||
- tar
|
||||
package:
|
||||
state: present
|
||||
name:
|
||||
- tar
|
||||
tags:
|
||||
- packages
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue