Update ipsilon-fedora on the Ipsilon servers
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
parent
809635c923
commit
0c845843c4
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue