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
|
dest: /opt/ipsilon-fedora
|
||||||
version: "{{ env }}"
|
version: "{{ env }}"
|
||||||
force: yes
|
force: yes
|
||||||
|
register: git_update
|
||||||
tags:
|
tags:
|
||||||
- ipsilon
|
- ipsilon
|
||||||
|
|
||||||
|
@ -119,7 +120,7 @@
|
||||||
command:
|
command:
|
||||||
cmd: ./install.sh
|
cmd: ./install.sh
|
||||||
chdir: /opt/ipsilon-fedora
|
chdir: /opt/ipsilon-fedora
|
||||||
creates: /usr/lib/python3.8/site-packages/ipsilon/providers/openidc/plugins/account-scopes.py
|
when: git_update is changed
|
||||||
tags:
|
tags:
|
||||||
- ipsilon
|
- ipsilon
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue