From b796ede919efe6427774a8ecdc3a8adf947fe482 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Sun, 22 Feb 2015 15:44:18 +0000 Subject: [PATCH] Fix this as the mode is different from the sync and the fcontext should take care of it. --- roles/apps-fp-o/tasks/main.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/roles/apps-fp-o/tasks/main.yml b/roles/apps-fp-o/tasks/main.yml index ac38b3e09c..948d74c180 100644 --- a/roles/apps-fp-o/tasks/main.yml +++ b/roles/apps-fp-o/tasks/main.yml @@ -18,14 +18,6 @@ tags: - apps-fp-o -- name: Make sure the correct setype is in place - file: > - dest=/srv/web/apps-fp-o/ state=directory - owner=root group=root mode=0755 - setype=httpd_sys_content_t recurse=True - tags: - - apps-fp-o - - name: Copy in our app data yaml file: > src=apps.yaml dest=/usr/share/apps-fp-o/apps.yaml