Update ipsilon-fedora on the Ipsilon servers

Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
Aurélien Bompard 2021-04-30 10:37:31 +02:00
parent 809635c923
commit 0c845843c4
No known key found for this signature in database
GPG key ID: 31584CFEB9BF64AD

View file

@ -112,6 +112,7 @@
dest: /opt/ipsilon-fedora
version: "{{ env }}"
force: yes
register: git_update
tags:
- ipsilon
@ -119,7 +120,7 @@
command:
cmd: ./install.sh
chdir: /opt/ipsilon-fedora
creates: /usr/lib/python3.8/site-packages/ipsilon/providers/openidc/plugins/account-scopes.py
when: git_update is changed
tags:
- ipsilon