diff options
author | Scott Dodson <sdodson@redhat.com> | 2016-06-15 09:42:31 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-06-15 09:42:31 -0400 |
commit | bd1d671b6d7c3c0c37b2c248fed7528a22527aaf (patch) | |
tree | e78f3282c9f8872ca2d85dc1959e02ff7b2cc542 /playbooks | |
parent | b4bec9f464a6b4e4937ddd9204e2d716b699a86c (diff) | |
parent | f9ecec42f51f7409322d73995584db1755fbe999 (diff) | |
download | openshift-bd1d671b6d7c3c0c37b2c248fed7528a22527aaf.tar.gz openshift-bd1d671b6d7c3c0c37b2c248fed7528a22527aaf.tar.bz2 openshift-bd1d671b6d7c3c0c37b2c248fed7528a22527aaf.tar.xz openshift-bd1d671b6d7c3c0c37b2c248fed7528a22527aaf.zip |
Merge pull request #2046 from talset/uninstall_indent
Fix uninstall.yml indentation for deamon-reload
Diffstat (limited to 'playbooks')
-rw-r--r-- | playbooks/adhoc/uninstall.yml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/playbooks/adhoc/uninstall.yml b/playbooks/adhoc/uninstall.yml index a141b3303..3d6de2d17 100644 --- a/playbooks/adhoc/uninstall.yml +++ b/playbooks/adhoc/uninstall.yml @@ -288,11 +288,11 @@ - /usr/local/bin/oc - /usr/local/bin/kubectl - # Since we are potentially removing the systemd unit files for separated - # master-api and master-controllers services, so we need to reload the - # systemd configuration manager - - name: Reload systemd manager configuration - command: systemctl daemon-reload + # Since we are potentially removing the systemd unit files for separated + # master-api and master-controllers services, so we need to reload the + # systemd configuration manager + - name: Reload systemd manager configuration + command: systemctl daemon-reload - hosts: etcd become: yes |