diff --git a/roles/ipsilon/tasks/main.yml b/roles/ipsilon/tasks/main.yml index 1035f08b4c..10fc63df3e 100644 --- a/roles/ipsilon/tasks/main.yml +++ b/roles/ipsilon/tasks/main.yml @@ -33,7 +33,7 @@ with_items: - account-scopes notify: - - restart apache + - reload apache tags: - ipsilon - ipsilon/oidc_scopes @@ -45,7 +45,7 @@ with_items: - mbs notify: - - restart apache + - reload apache when: env == 'staging' tags: - ipsilon