mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 11:42:08 +00:00
softcode php{{ php_version }}-fpm
This commit is contained in:
parent
538a908b90
commit
31992e77c4
1 changed files with 2 additions and 2 deletions
|
@ -47,9 +47,9 @@
|
||||||
state: absent
|
state: absent
|
||||||
when: not pbx_enabled
|
when: not pbx_enabled
|
||||||
|
|
||||||
- name: Restart 'php7.4-fpm' systemd service
|
- name: Restart 'php{{ php_version }}-fpm' systemd service
|
||||||
systemd:
|
systemd:
|
||||||
name: php7.4-fpm
|
name: php{{ php_version }}-fpm
|
||||||
state: restarted
|
state: restarted
|
||||||
enabled: yes
|
enabled: yes
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue