Wordpress download / Vhost config

This commit is contained in:
David Petric
2023-03-27 18:24:16 +02:00
parent 2d6606c0a4
commit 009993e3a0
6 changed files with 69 additions and 5 deletions

View File

@ -28,7 +28,7 @@
- name: Start PHP
systemd:
name: "{{ item }}"
name: "php{{ php_version }}-fpm"
daemon_reload: yes
enabled: yes
state: started