Ipsilon: restart apache if the code changes

Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
Aurélien Bompard 2023-05-10 18:06:20 +02:00
parent af40d62193
commit b080195aea
No known key found for this signature in database
GPG key ID: 31584CFEB9BF64AD

View file

@ -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