summaryrefslogtreecommitdiffstats
path: root/roles/openshift_master/tasks/systemd_units.yml
diff options
context:
space:
mode:
authorRussell Teague <rteague@redhat.com>2017-05-12 14:25:34 -0400
committerRussell Teague <rteague@redhat.com>2017-05-12 16:47:53 -0400
commitc37fbea2f717c0343007d8dc79c2dd9e8697adf0 (patch)
tree4edc42533c3a8958cba5cb1c43ebeedb48a7f5e7 /roles/openshift_master/tasks/systemd_units.yml
parentd1d60e24b54ca6ba0dc98e8b0b2ea4cfa8b92830 (diff)
downloadopenshift-c37fbea2f717c0343007d8dc79c2dd9e8697adf0.tar.gz
openshift-c37fbea2f717c0343007d8dc79c2dd9e8697adf0.tar.bz2
openshift-c37fbea2f717c0343007d8dc79c2dd9e8697adf0.tar.xz
openshift-c37fbea2f717c0343007d8dc79c2dd9e8697adf0.zip
Fix templating of static service files
Diffstat (limited to 'roles/openshift_master/tasks/systemd_units.yml')
-rw-r--r--roles/openshift_master/tasks/systemd_units.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/openshift_master/tasks/systemd_units.yml b/roles/openshift_master/tasks/systemd_units.yml
index cfa860edf..dfc255b3d 100644
--- a/roles/openshift_master/tasks/systemd_units.yml
+++ b/roles/openshift_master/tasks/systemd_units.yml
@@ -33,7 +33,7 @@
register: create_master_unit_file
- name: Install Master service file
- template:
+ copy:
dest: "/etc/systemd/system/{{ openshift.common.service_type }}-master.service"
src: "{{ openshift.common.service_type }}-master.service"
register: create_master_unit_file