diff options
| author | Scott Dodson <sdodson@redhat.com> | 2017-11-08 08:36:58 -0500 | 
|---|---|---|
| committer | Scott Dodson <sdodson@redhat.com> | 2017-11-08 08:37:29 -0500 | 
| commit | 89d7485d0319d12b0e0e27450903555e38b494c0 (patch) | |
| tree | a4fc066c1a4b488eaa0583566104021cfbe07181 | |
| parent | f40c09ca56955b130f6357bc72a9877047c9b4b6 (diff) | |
Correct service restart command
| -rw-r--r-- | roles/openshift_logging/handlers/main.yml | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/roles/openshift_logging/handlers/main.yml b/roles/openshift_logging/handlers/main.yml index acc838bd1..88b893448 100644 --- a/roles/openshift_logging/handlers/main.yml +++ b/roles/openshift_logging/handlers/main.yml @@ -6,7 +6,7 @@  # We retry the controllers because the API may not be 100% initialized yet.  - name: restart master controllers -  command: "{{ openshift.common.service_type }}-master-controllers" +  command: "systemctl restart {{ openshift.common.service_type }}-master-controllers"    retries: 3    delay: 5    register: result | 
