create php-fpm.d directory
This commit is contained in:
parent
aac25b2252
commit
c98ed6326f
1 changed files with 5 additions and 0 deletions
|
@ -37,6 +37,11 @@
|
|||
src: files/php-fpm.ini
|
||||
dest: /etc/php-legacy/php-fpm.ini
|
||||
|
||||
- name: ensure php-fpm.d directory exists
|
||||
ansible.builtin.file:
|
||||
path: /etc/php-legacy/php-fpm.d
|
||||
state: directory
|
||||
|
||||
- name: deploy fpm-nextcloud.conf
|
||||
ansible.builtin.copy:
|
||||
src: files/fpm-nextcloud.conf
|
||||
|
|
Loading…
Add table
Reference in a new issue