fix package name issue
This commit is contained in:
@@ -36,7 +36,7 @@
|
||||
when: ansible_os_family | lower == 'debian'
|
||||
|
||||
- name: create socket directory if needed
|
||||
file:
|
||||
ansible.builtin.file:
|
||||
path: "{{ php_fpm_listen_socket|dirname }}"
|
||||
state: directory
|
||||
owner: "{{ php_fpm_pool_user }}"
|
||||
|
||||
Reference in New Issue
Block a user