diff options
author | Russell Teague <rteague@redhat.com> | 2017-11-16 10:52:56 -0500 |
---|---|---|
committer | Russell Teague <rteague@redhat.com> | 2017-11-16 10:52:56 -0500 |
commit | a4c533e2a567562248768b2bc4998d1a36810894 (patch) | |
tree | ef2ad1d0969d7530f2b42d75046e714f01e21621 /roles/openshift_version/tasks | |
parent | 7a18158c1df667d2bc45fae3ca62ed35400bedb8 (diff) | |
download | openshift-a4c533e2a567562248768b2bc4998d1a36810894.tar.gz openshift-a4c533e2a567562248768b2bc4998d1a36810894.tar.bz2 openshift-a4c533e2a567562248768b2bc4998d1a36810894.tar.xz openshift-a4c533e2a567562248768b2bc4998d1a36810894.zip |
Include Deprecation - Init Playbook Paths
Diffstat (limited to 'roles/openshift_version/tasks')
-rw-r--r-- | roles/openshift_version/tasks/main.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/roles/openshift_version/tasks/main.yml b/roles/openshift_version/tasks/main.yml index 1c8b9046c..4f9158ade 100644 --- a/roles/openshift_version/tasks/main.yml +++ b/roles/openshift_version/tasks/main.yml @@ -93,11 +93,11 @@ - inventory_hostname in groups['oo_masters_to_config'] or inventory_hostname in groups['oo_nodes_to_config'] block: - name: Set openshift_version for rpm installation - include: set_version_rpm.yml + include_tasks: set_version_rpm.yml when: not is_containerized | bool - name: Set openshift_version for containerized installation - include: set_version_containerized.yml + include_tasks: set_version_containerized.yml when: is_containerized | bool - block: |