diff --git a/tasks/pools.yml b/tasks/pools.yml index 763c34f..1e02ce1 100644 --- a/tasks/pools.yml +++ b/tasks/pools.yml @@ -1,13 +1,3 @@ -- name: set attributes on homes directories - file: - path: '{{ item.home }}' - owner: '{{ item.user }}' - group: www-data - mode: 0750 - state: directory - with_items: '{{ phpfpm_pools }}' - tags: phpfpm - - name: check if pools log files exist stat: path: '{{ phpfpm_dir_log }}/{{ item[0].name }}.{{ item[1] }}' diff --git a/test/integration/phpfpm/default.yml b/test/integration/phpfpm/default.yml index 60eb9db..7eb62ce 100644 --- a/test/integration/phpfpm/default.yml +++ b/test/integration/phpfpm/default.yml @@ -4,10 +4,8 @@ phpfpm_pools: - name: website1 user: www - home: /opt/www - name: website2 user: www - home: /opt/website2 pm: static pm_max_children: 4