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
- name: install needed packages
package: name={{ item }} state=present
with_items:
package:
state: present
name:
- fedocal
- python-psycopg2
- python-openid-cla