|
@@ -1,7 +1,7 @@
|
|
---
|
|
---
|
|
- name: Install GlusterFS storage plugin dependencies
|
|
- name: Install GlusterFS storage plugin dependencies
|
|
action: "{{ ansible_pkg_mgr }} name=glusterfs-fuse state=present"
|
|
action: "{{ ansible_pkg_mgr }} name=glusterfs-fuse state=present"
|
|
- when: not openshift.common.is_containerized | bool
|
|
|
|
|
|
+ when: not openshift.common.is_atomic | bool
|
|
|
|
|
|
- name: Set sebooleans to allow gluster storage plugin access from containers
|
|
- name: Set sebooleans to allow gluster storage plugin access from containers
|
|
seboolean:
|
|
seboolean:
|