fix: remove set attributes on homes directories

This commit is contained in:
Adrien Waksberg 2018-09-24 22:47:43 +02:00
parent c9b88165a8
commit 8988e92092
2 changed files with 0 additions and 12 deletions

View file

@ -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] }}'

View file

@ -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