ansible-lint recommendations

This commit is contained in:
Oli
2023-07-27 23:27:11 +00:00
parent ccca06915f
commit 3e747a1069
31 changed files with 87 additions and 84 deletions

View File

@@ -1,5 +1,5 @@
---
- name: restart php-fpm
- name: Restart php-fpm
systemd:
name: php{{ php_version }}-fpm.service
state: reloaded

View File

@@ -25,4 +25,4 @@
src: php-handler.conf.j2
mode: "0644"
when: '"fpm" in php_modules'
notify: reload nginx
notify: Reload nginx