Ipsilon: restart apache if the code changes
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
parent
af40d62193
commit
b080195aea
1 changed files with 4 additions and 0 deletions
|
@ -45,6 +45,8 @@
|
||||||
cmd: ./install.sh
|
cmd: ./install.sh
|
||||||
chdir: /opt/ipsilon-fedora
|
chdir: /opt/ipsilon-fedora
|
||||||
when: git_update is changed
|
when: git_update is changed
|
||||||
|
notify:
|
||||||
|
- restart apache
|
||||||
tags:
|
tags:
|
||||||
- ipsilon
|
- ipsilon
|
||||||
|
|
||||||
|
@ -53,6 +55,8 @@
|
||||||
cmd: ./install.sh
|
cmd: ./install.sh
|
||||||
chdir: /opt/ipsilon-fedora
|
chdir: /opt/ipsilon-fedora
|
||||||
creates: "{{ ansible_facts['python3']['sitelib'] }}/ipsilon/providers/openidc/plugins/account-scopes.py"
|
creates: "{{ ansible_facts['python3']['sitelib'] }}/ipsilon/providers/openidc/plugins/account-scopes.py"
|
||||||
|
notify:
|
||||||
|
- restart apache
|
||||||
tags:
|
tags:
|
||||||
- ipsilon
|
- ipsilon
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue