summaryrefslogtreecommitdiffstats
path: root/roles/openshift_master/tasks/clean_systemd_units.yml
diff options
context:
space:
mode:
authorOpenShift Bot <eparis+openshiftbot@redhat.com>2017-08-17 00:09:55 -0400
committerGitHub <noreply@github.com>2017-08-17 00:09:55 -0400
commit22fc8d8c9df7e5d72b9f60218022ca059db309be (patch)
treedd16cba51c466fb36ad29123afdbdcb5dc477168 /roles/openshift_master/tasks/clean_systemd_units.yml
parenta61da58f73c9cc3b3d4bff284752d9385f15fc32 (diff)
parent13c0075279d3cb8396743f096b05ccd721102903 (diff)
downloadopenshift-22fc8d8c9df7e5d72b9f60218022ca059db309be.tar.gz
openshift-22fc8d8c9df7e5d72b9f60218022ca059db309be.tar.bz2
openshift-22fc8d8c9df7e5d72b9f60218022ca059db309be.tar.xz
openshift-22fc8d8c9df7e5d72b9f60218022ca059db309be.zip
Merge pull request #4947 from ingvagabund/polish-openshift-master-role
Merged by openshift-bot
Diffstat (limited to 'roles/openshift_master/tasks/clean_systemd_units.yml')
-rw-r--r--roles/openshift_master/tasks/clean_systemd_units.yml6
1 files changed, 5 insertions, 1 deletions
diff --git a/roles/openshift_master/tasks/clean_systemd_units.yml b/roles/openshift_master/tasks/clean_systemd_units.yml
index 590692c10..e641f84d4 100644
--- a/roles/openshift_master/tasks/clean_systemd_units.yml
+++ b/roles/openshift_master/tasks/clean_systemd_units.yml
@@ -1,5 +1,9 @@
---
- name: Disable master service
- systemd: name={{ openshift.common.service_type }}-master state=stopped enabled=no masked=yes
+ systemd:
+ name: "{{ openshift.common.service_type }}-master"
+ state: stopped
+ enabled: no
+ masked: yes
ignore_errors: true