|
@@ -25,6 +25,15 @@
|
|
|
- not l_use_system_container
|
|
|
- not l_use_crio_only
|
|
|
|
|
|
+- name: Ensure /var/lib/containers exists
|
|
|
+ file:
|
|
|
+ path: /var/lib/containers
|
|
|
+ state: directory
|
|
|
+
|
|
|
+- name: Fix SELinux Permissions on /var/lib/containers
|
|
|
+ command: "restorecon -R /var/lib/containers/"
|
|
|
+ changed_when: false
|
|
|
+
|
|
|
- name: Use System Container Docker if Requested
|
|
|
include: systemcontainer_docker.yml
|
|
|
when:
|