diff options
author | Michael Gugino <mgugino@redhat.com> | 2017-12-21 16:50:53 -0500 |
---|---|---|
committer | Michael Gugino <mgugino@redhat.com> | 2017-12-21 16:50:53 -0500 |
commit | 6f1a7e75e89796a4a0378ceae419eb9e7ffb1fe5 (patch) | |
tree | e4c2d346179b14784e015efa23f4ea97f77393cc /roles/openshift_node/tasks | |
parent | fbf32e8e992a5de1cb5fa9cacba9224658b5c0a4 (diff) | |
download | openshift-6f1a7e75e89796a4a0378ceae419eb9e7ffb1fe5.tar.gz openshift-6f1a7e75e89796a4a0378ceae419eb9e7ffb1fe5.tar.bz2 openshift-6f1a7e75e89796a4a0378ceae419eb9e7ffb1fe5.tar.xz openshift-6f1a7e75e89796a4a0378ceae419eb9e7ffb1fe5.zip |
Remove bootstrap.yml from main.yml in openshift_node role
This commit utilizes include_role for bootstrapping the
node instead of conditional include of tasks now that
the node role has no meta includes that have tasks.
Diffstat (limited to 'roles/openshift_node/tasks')
-rw-r--r-- | roles/openshift_node/tasks/main.yml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/roles/openshift_node/tasks/main.yml b/roles/openshift_node/tasks/main.yml index eb362816a..103572291 100644 --- a/roles/openshift_node/tasks/main.yml +++ b/roles/openshift_node/tasks/main.yml @@ -99,7 +99,3 @@ - include_tasks: config/workaround-bz1331590-ovs-oom-fix.yml when: openshift_node_use_openshift_sdn | default(true) | bool - -- name: include bootstrap node config - include_tasks: bootstrap.yml - when: openshift_node_bootstrap |