diff options
author | Ralph Bean <rbean@redhat.com> | 2017-02-17 15:33:36 +0000 |
---|---|---|
committer | Ralph Bean <rbean@redhat.com> | 2017-02-17 15:33:36 +0000 |
commit | 25aa2a6d166a99ab01dc6d2d1c78b9aa54ed6297 (patch) | |
tree | 6bea3ef5e2d38f00eec929a70c944acdc1b18ea4 | |
parent | 58b0d2d3abea8b1e575f6bf1a591a77413c31d6f (diff) | |
download | ansible-25aa2a6d166a99ab01dc6d2d1c78b9aa54ed6297.tar.gz ansible-25aa2a6d166a99ab01dc6d2d1c78b9aa54ed6297.tar.xz ansible-25aa2a6d166a99ab01dc6d2d1c78b9aa54ed6297.zip |
Gentle, now.
-rw-r--r-- | roles/ipsilon/tasks/main.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/roles/ipsilon/tasks/main.yml b/roles/ipsilon/tasks/main.yml index 1035f08b4..10fc63df3 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 |