Skip to content
Snippets Groups Projects
Commit 3e54656a authored by Lars Beckers's avatar Lars Beckers
Browse files

php-fpm: disable standard unit file

parent 80b01f52
No related branches found
No related tags found
No related merge requests found
......@@ -46,6 +46,13 @@
- reload systemd service files
- restart php-fpm
- name: disable standard service file
systemd:
name: "php{{ php_version }}-fpm"
enabled: false
state: stopped
masked: true
- name: get remote active php pools
# yamllint disable rule:line-length
shell: |
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment