diff options
author | Russell Teague <rteague@redhat.com> | 2017-11-22 14:07:08 -0500 |
---|---|---|
committer | Russell Teague <rteague@redhat.com> | 2017-11-22 14:07:08 -0500 |
commit | bf19d26f2be591b9cb4e3379c015bfe5f31b4f0a (patch) | |
tree | 0a434c141abb0d6c4f672c7df3ac6aae468a638d /roles/contiv/tasks/main.yml | |
parent | 71e090a7a301ffd5ccef6bb78a28bfae96130ce6 (diff) | |
download | openshift-bf19d26f2be591b9cb4e3379c015bfe5f31b4f0a.tar.gz openshift-bf19d26f2be591b9cb4e3379c015bfe5f31b4f0a.tar.bz2 openshift-bf19d26f2be591b9cb4e3379c015bfe5f31b4f0a.tar.xz openshift-bf19d26f2be591b9cb4e3379c015bfe5f31b4f0a.zip |
Include Deprecation - openshift-node
Diffstat (limited to 'roles/contiv/tasks/main.yml')
-rw-r--r-- | roles/contiv/tasks/main.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/roles/contiv/tasks/main.yml b/roles/contiv/tasks/main.yml index 40a0f9e61..cb9196a71 100644 --- a/roles/contiv/tasks/main.yml +++ b/roles/contiv/tasks/main.yml @@ -5,10 +5,10 @@ recurse: yes state: directory -- include: download_bins.yml +- include_tasks: download_bins.yml -- include: netmaster.yml +- include_tasks: netmaster.yml when: contiv_role == "netmaster" -- include: netplugin.yml +- include_tasks: netplugin.yml when: contiv_role == "netplugin" |