mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
Ipsilon: restart apache if the code changes
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
@@ -45,6 +45,8 @@
|
||||
cmd: ./install.sh
|
||||
chdir: /opt/ipsilon-fedora
|
||||
when: git_update is changed
|
||||
notify:
|
||||
- restart apache
|
||||
tags:
|
||||
- ipsilon
|
||||
|
||||
@@ -53,6 +55,8 @@
|
||||
cmd: ./install.sh
|
||||
chdir: /opt/ipsilon-fedora
|
||||
creates: "{{ ansible_facts['python3']['sitelib'] }}/ipsilon/providers/openidc/plugins/account-scopes.py"
|
||||
notify:
|
||||
- restart apache
|
||||
tags:
|
||||
- ipsilon
|
||||
|
||||
|
||||
Reference in New Issue
Block a user