From 25aa2a6d166a99ab01dc6d2d1c78b9aa54ed6297 Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Fri, 17 Feb 2017 15:33:36 +0000 Subject: [PATCH] Gentle, now. --- roles/ipsilon/tasks/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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