mailman: fix with_items iteration in package

This commit is contained in:
Paul W. Frields 2019-06-11 16:16:01 +01:00 committed by pingou
parent 4154c97593
commit c353c1d1f0

View file

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