diff options
author | Russell Teague <rteague@redhat.com> | 2017-12-06 09:48:59 -0500 |
---|---|---|
committer | Russell Teague <rteague@redhat.com> | 2017-12-06 09:48:59 -0500 |
commit | 50751e3c5e8e8dca97cd27d4c93944515666c8b5 (patch) | |
tree | 2ae261e69fd2d099c1be3d5790762c39e2e809b1 /roles/container_runtime/tasks | |
parent | 9099dc40ea3f75a2d9d87ba8f30400764508170b (diff) | |
download | openshift-50751e3c5e8e8dca97cd27d4c93944515666c8b5.tar.gz openshift-50751e3c5e8e8dca97cd27d4c93944515666c8b5.tar.bz2 openshift-50751e3c5e8e8dca97cd27d4c93944515666c8b5.tar.xz openshift-50751e3c5e8e8dca97cd27d4c93944515666c8b5.zip |
Include Deprecation: Convert to include_tasks
Diffstat (limited to 'roles/container_runtime/tasks')
-rw-r--r-- | roles/container_runtime/tasks/systemcontainer_crio.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/roles/container_runtime/tasks/systemcontainer_crio.yml b/roles/container_runtime/tasks/systemcontainer_crio.yml index 8dcfe60ef..48e33f0aa 100644 --- a/roles/container_runtime/tasks/systemcontainer_crio.yml +++ b/roles/container_runtime/tasks/systemcontainer_crio.yml @@ -139,8 +139,7 @@ state: directory - name: setup firewall for CRI-O - include_tasks: crio_firewall.yml - static: yes + import_tasks: crio_firewall.yml - name: Configure the CNI network template: |