Browse Source

Install container-selinux with container-engine

Steve Milner 7 years ago
parent
commit
d834827640
1 changed files with 6 additions and 0 deletions
  1. 6 0
      roles/docker/tasks/systemcontainer_docker.yml

+ 6 - 0
roles/docker/tasks/systemcontainer_docker.yml

@@ -12,6 +12,12 @@
       traditional docker package install. Otherwise, comment out openshift_docker_options
       in your inventory file.
 
+- name: Ensure container-selinux is installed
+  package:
+    name: container-selinux
+    state: present
+  when: not openshift.common.is_atomic | bool
+
 # Used to pull and install the system container
 - name: Ensure atomic is installed
   package: