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