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_repos | |
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_repos')
-rw-r--r-- | roles/openshift_repos/tasks/main.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/openshift_repos/tasks/main.yaml b/roles/openshift_repos/tasks/main.yaml index 95ba9fe4c..552a22a0f 100644 --- a/roles/openshift_repos/tasks/main.yaml +++ b/roles/openshift_repos/tasks/main.yaml @@ -35,7 +35,7 @@ - when: r_openshift_repos_has_run is not defined block: - - include: centos_repos.yml + - include_tasks: centos_repos.yml when: - ansible_os_family == "RedHat" - ansible_distribution != "Fedora" |