fedocal: update package command to not use items

Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
Aurélien Bompard 2019-06-11 16:22:08 +01:00 committed by Pierre-Yves Chibon
parent 125d8a2655
commit 1c0dc1f560

View file

@ -2,8 +2,9 @@
# Configuration for the fedocal webapp # Configuration for the fedocal webapp
- name: install needed packages - name: install needed packages
package: name={{ item }} state=present package:
with_items: state: present
name:
- fedocal - fedocal
- python-psycopg2 - python-psycopg2
- python-openid-cla - python-openid-cla