Ipsilon: make the package module call faster
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
parent
577ba916be
commit
7949f778d9
1 changed files with 24 additions and 22 deletions
|
@ -2,8 +2,10 @@
|
||||||
# Configuration for the ipsilon webapp
|
# Configuration for the ipsilon webapp
|
||||||
|
|
||||||
- name: install needed packages
|
- name: install needed packages
|
||||||
package: name={{ item }} state=present update_cache=yes
|
package:
|
||||||
with_items:
|
state: present
|
||||||
|
update_cache: yes
|
||||||
|
name:
|
||||||
- ipsilon
|
- ipsilon
|
||||||
- ipsilon-openid
|
- ipsilon-openid
|
||||||
- ipsilon-saml2
|
- ipsilon-saml2
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue