Added setup for nextcloud #1
1 changed files with 3 additions and 2 deletions
|
@ -63,10 +63,11 @@
|
|||
|
||||
- name: ensure php-fpm log directory exists
|
||||
ansible.builtin.file:
|
||||
path:
|
||||
path: "{{ item }}"
|
||||
state: directory
|
||||
loop:
|
||||
- /var/log/php-fpm-legacy/
|
||||
- /var/log/php-fpm-legacy/access/
|
||||
state: directory
|
||||
|
||||
- name: deploy php-fpm systemd override
|
||||
ansible.builtin.copy:
|
||||
|
|
Loading…
Add table
Reference in a new issue