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,14 +2,15 @@
# 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
- fedocal name:
- python-psycopg2 - fedocal
- python-openid-cla - python-psycopg2
- python-openid-teams - python-openid-cla
- python-memcached - python-openid-teams
- libsemanage-python - python-memcached
- libsemanage-python
tags: tags:
- packages - packages