Erstelle PHP-FPM-Override-Verzeichnis mit PHP-Rolle
This commit is contained in:
parent
c8cfe56c16
commit
1b30314879
1 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue