Erstelle PHP-FPM-Override-Verzeichnis mit PHP-Rolle

This commit is contained in:
phil 2023-01-16 15:24:09 +01:00
parent c8cfe56c16
commit 1b30314879

View file

@ -55,3 +55,9 @@
- stop php-fpm-socket
- stop php-fpm-service
- start php-fpm-socket
- name: "PHP | Erstelle override-Verzeichnis"
ansible.builtin.file:
path: /etc/systemd/system/php-fpm@.service.d
state: directory
mode: 0755