summaryrefslogtreecommitdiffstats
path: root/roles
diff options
context:
space:
mode:
authorAndrew Butcher <abutcher@redhat.com>2016-10-17 10:28:40 -0400
committerAndrew Butcher <abutcher@redhat.com>2016-10-17 11:37:31 -0400
commitb113727da29601982bcd6d52223e67e2a1ec3f44 (patch)
treef57ec47733f7e40af09385fcf40a0358e25c6801 /roles
parentbef26dc9429b3c450c572850544d4e10e3e9ad2c (diff)
downloadopenshift-b113727da29601982bcd6d52223e67e2a1ec3f44.tar.gz
openshift-b113727da29601982bcd6d52223e67e2a1ec3f44.tar.bz2
openshift-b113727da29601982bcd6d52223e67e2a1ec3f44.tar.xz
openshift-b113727da29601982bcd6d52223e67e2a1ec3f44.zip
Build full node config path in systemd_units tasks.
Diffstat (limited to 'roles')
-rw-r--r--roles/openshift_node/tasks/systemd_units.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/openshift_node/tasks/systemd_units.yml b/roles/openshift_node/tasks/systemd_units.yml
index 40d1dd50b..b6dcdc934 100644
--- a/roles/openshift_node/tasks/systemd_units.yml
+++ b/roles/openshift_node/tasks/systemd_units.yml
@@ -42,7 +42,7 @@
- regex: '^OPTIONS='
line: "OPTIONS=--loglevel={{ openshift.node.debug_level | default(2) }}"
- regex: '^CONFIG_FILE='
- line: "CONFIG_FILE={{ openshift_node_config_file }}"
+ line: "CONFIG_FILE={{ openshift.common.config_base }}/node/node-config.yaml }}"
- regex: '^IMAGE_VERSION='
line: "IMAGE_VERSION={{ openshift_image_tag }}"
notify: