Ipsilon: make the package module call faster

Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
Aurélien Bompard 2023-04-20 13:54:41 +02:00
parent 577ba916be
commit 7949f778d9
No known key found for this signature in database
GPG key ID: 31584CFEB9BF64AD

View file

@ -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