fedocal: update package command to not use items
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
parent
125d8a2655
commit
1c0dc1f560
1 changed files with 9 additions and 8 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue