From b080195aeadc5b1cd922db1a2c98c471e42303a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Bompard?= Date: Wed, 10 May 2023 18:06:20 +0200 Subject: [PATCH] Ipsilon: restart apache if the code changes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Aurélien Bompard --- roles/ipsilon/tasks/main.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/roles/ipsilon/tasks/main.yml b/roles/ipsilon/tasks/main.yml index 0b5376a287..d6b5059093 100644 --- a/roles/ipsilon/tasks/main.yml +++ b/roles/ipsilon/tasks/main.yml @@ -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