diff --git a/roles/ipsilon/tasks/main.yml b/roles/ipsilon/tasks/main.yml index 651668076c..1035f08b4c 100644 --- a/roles/ipsilon/tasks/main.yml +++ b/roles/ipsilon/tasks/main.yml @@ -32,6 +32,8 @@ owner=root group=root mode=0644 with_items: - account-scopes + notify: + - restart apache tags: - ipsilon - ipsilon/oidc_scopes @@ -42,6 +44,8 @@ owner=root group=root mode=0644 with_items: - mbs + notify: + - restart apache when: env == 'staging' tags: - ipsilon