From c44bb085a19ab9c4088ab2a70096b8e51eb7f845 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Mon, 20 Aug 2018 20:50:32 +0000 Subject: [PATCH] add fuse.glusterfs to list of special filesystems --- roles/ansible-server/templates/ansible.cfg.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/ansible-server/templates/ansible.cfg.j2 b/roles/ansible-server/templates/ansible.cfg.j2 index bff0fd5a43..d197372ffe 100644 --- a/roles/ansible-server/templates/ansible.cfg.j2 +++ b/roles/ansible-server/templates/ansible.cfg.j2 @@ -462,7 +462,7 @@ pipelining = True # file systems that require special treatment when dealing with security context # the default behaviour that copies the existing context or uses the user default # needs to be changed to use the file system dependent context. -#special_context_filesystems=nfs,vboxsf,fuse,ramfs,9p +special_context_filesystems=nfs,vboxsf,fuse,ramfs,9p,fuse.glusterfs # Set this to yes to allow libvirt_lxc connections to work without SELinux. #libvirt_lxc_noseclabel = yes