summaryrefslogtreecommitdiffstats
path: root/roles/docker/tasks/systemcontainer_crio.yml
diff options
context:
space:
mode:
authorRussell Teague <rteague@redhat.com>2017-11-16 10:52:56 -0500
committerRussell Teague <rteague@redhat.com>2017-11-16 10:52:56 -0500
commita4c533e2a567562248768b2bc4998d1a36810894 (patch)
treeef2ad1d0969d7530f2b42d75046e714f01e21621 /roles/docker/tasks/systemcontainer_crio.yml
parent7a18158c1df667d2bc45fae3ca62ed35400bedb8 (diff)
downloadopenshift-a4c533e2a567562248768b2bc4998d1a36810894.tar.gz
openshift-a4c533e2a567562248768b2bc4998d1a36810894.tar.bz2
openshift-a4c533e2a567562248768b2bc4998d1a36810894.tar.xz
openshift-a4c533e2a567562248768b2bc4998d1a36810894.zip
Include Deprecation - Init Playbook Paths
Diffstat (limited to 'roles/docker/tasks/systemcontainer_crio.yml')
-rw-r--r--roles/docker/tasks/systemcontainer_crio.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/roles/docker/tasks/systemcontainer_crio.yml b/roles/docker/tasks/systemcontainer_crio.yml
index 3fe10454d..3e5bdf32c 100644
--- a/roles/docker/tasks/systemcontainer_crio.yml
+++ b/roles/docker/tasks/systemcontainer_crio.yml
@@ -162,7 +162,7 @@
state: directory
- name: setup firewall for CRI-O
- include: crio_firewall.yml
+ include_tasks: crio_firewall.yml
static: yes
- name: Configure the CNI network
@@ -182,6 +182,6 @@
# If we are using crio only, docker.service might not be available for
# 'docker login'
-- include: registry_auth.yml
+- include_tasks: registry_auth.yml
vars:
openshift_docker_alternative_creds: "{{ l_use_crio_only }}"