Ipsilon: make sure the ipsilon-fedora addons are installed
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
parent
5e80355057
commit
af40d62193
1 changed files with 9 additions and 1 deletions
|
@ -40,7 +40,7 @@
|
|||
tags:
|
||||
- ipsilon
|
||||
|
||||
- name: Install Fedora-specific code
|
||||
- name: Install Fedora-specific code if it changed
|
||||
command:
|
||||
cmd: ./install.sh
|
||||
chdir: /opt/ipsilon-fedora
|
||||
|
@ -48,6 +48,14 @@
|
|||
tags:
|
||||
- ipsilon
|
||||
|
||||
- name: Install Fedora-specific code on initial run
|
||||
command:
|
||||
cmd: ./install.sh
|
||||
chdir: /opt/ipsilon-fedora
|
||||
creates: "{{ ansible_facts['python3']['sitelib'] }}/ipsilon/providers/openidc/plugins/account-scopes.py"
|
||||
tags:
|
||||
- ipsilon
|
||||
|
||||
- include_role:
|
||||
name: ipa/client
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue