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