1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-13 03:32:12 +00:00

softcode php{{ php_version }}-fpm

This commit is contained in:
Jerry Vonau 2021-08-09 17:13:29 -05:00
parent 538a908b90
commit 31992e77c4

View file

@ -47,9 +47,9 @@
state: absent
when: not pbx_enabled
- name: Restart 'php7.4-fpm' systemd service
- name: Restart 'php{{ php_version }}-fpm' systemd service
systemd:
name: php7.4-fpm
name: php{{ php_version }}-fpm
state: restarted
enabled: yes