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:
|
tasks:
|
||||||
- name: install more needed packages
|
- name: install more needed packages
|
||||||
package: name={{ item }} state=present
|
package:
|
||||||
with_items:
|
state: present
|
||||||
- tar
|
name:
|
||||||
|
- tar
|
||||||
tags:
|
tags:
|
||||||
- packages
|
- packages
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue