summaryrefslogtreecommitdiffstats
path: root/roles/openshift_repos/tasks
diff options
context:
space:
mode:
authorRussell Teague <rteague@redhat.com>2017-11-21 16:59:31 -0500
committerGitHub <noreply@github.com>2017-11-21 16:59:31 -0500
commitc007db1a6520b084edc7154fae863d67c230fe4b (patch)
treea6a0c625ab4ad54030d3a1eecf92e6489faab7fe /roles/openshift_repos/tasks
parent8255f668ebac12171098f5ba6cbb74370ec3141c (diff)
parenta4c533e2a567562248768b2bc4998d1a36810894 (diff)
downloadopenshift-c007db1a6520b084edc7154fae863d67c230fe4b.tar.gz
openshift-c007db1a6520b084edc7154fae863d67c230fe4b.tar.bz2
openshift-c007db1a6520b084edc7154fae863d67c230fe4b.tar.xz
openshift-c007db1a6520b084edc7154fae863d67c230fe4b.zip
Merge pull request #6144 from mtnbikenc/init-include-deprecation
Include Deprecation - Init Playbook Paths
Diffstat (limited to 'roles/openshift_repos/tasks')
-rw-r--r--roles/openshift_repos/tasks/main.yaml2
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"