fix package name issue

This commit is contained in:
2024-09-04 11:48:54 +02:00
parent 55bfe10b00
commit 0ef129113a
4 changed files with 5 additions and 3 deletions

View File

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