summaryrefslogtreecommitdiffstats
path: root/roles/openshift_node/tasks/config.yml
diff options
context:
space:
mode:
authorRussell Teague <rteague@redhat.com>2017-11-22 14:07:08 -0500
committerRussell Teague <rteague@redhat.com>2017-11-22 14:07:08 -0500
commitbf19d26f2be591b9cb4e3379c015bfe5f31b4f0a (patch)
tree0a434c141abb0d6c4f672c7df3ac6aae468a638d /roles/openshift_node/tasks/config.yml
parent71e090a7a301ffd5ccef6bb78a28bfae96130ce6 (diff)
downloadopenshift-bf19d26f2be591b9cb4e3379c015bfe5f31b4f0a.tar.gz
openshift-bf19d26f2be591b9cb4e3379c015bfe5f31b4f0a.tar.bz2
openshift-bf19d26f2be591b9cb4e3379c015bfe5f31b4f0a.tar.xz
openshift-bf19d26f2be591b9cb4e3379c015bfe5f31b4f0a.zip
Include Deprecation - openshift-node
Diffstat (limited to 'roles/openshift_node/tasks/config.yml')
-rw-r--r--roles/openshift_node/tasks/config.yml5
1 files changed, 2 insertions, 3 deletions
diff --git a/roles/openshift_node/tasks/config.yml b/roles/openshift_node/tasks/config.yml
index 2fea33454..741a2234f 100644
--- a/roles/openshift_node/tasks/config.yml
+++ b/roles/openshift_node/tasks/config.yml
@@ -1,6 +1,6 @@
---
- name: Install the systemd units
- include: systemd_units.yml
+ include_tasks: systemd_units.yml
- name: Start and enable openvswitch service
systemd:
@@ -47,8 +47,7 @@
- restart node
- name: include aws provider credentials
- include: aws.yml
- static: yes
+ import_tasks: aws.yml
when: not (openshift_node_use_instance_profiles | default(False))
# Necessary because when you're on a node that's also a master the master will be