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,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
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue