diff --git a/tasks/postfixadmin.yml b/tasks/postfixadmin.yml index 78759f8..174daf2 100644 --- a/tasks/postfixadmin.yml +++ b/tasks/postfixadmin.yml @@ -32,17 +32,8 @@ - name: postfixadmin - fix config access file: path: "/etc/webapps/postfixadmin/{{ item }}" - owner: http - group: http + owner: postfixadmin + group: postfixadmin with_items: - config.inc.php - config.local.php - -- name: postfixadmin - fix caching access - file: - path: "{{ item }}" - owner: http - group: http - with_items: - - "/usr/share/webapps/postfixadmin/templates_c/" - - "/var/cache/postfixadmin/templates_c/"