Fixt others lint errors

This commit is contained in:
Emilien Mantel
2022-10-06 12:42:56 +02:00
parent 85cab7d166
commit 49d32908b8
8 changed files with 19 additions and 12 deletions

View File

@@ -1,13 +1,13 @@
---
- name: restart php-fpm
- name: Restart php-fpm
ansible.builtin.service:
name: '{{ php_fpm_service }}'
state: restarted
when: php_install_fpm
notify: docker restart php-fpm
- name: docker restart php-fpm
- name: Docker restart php-fpm
ansible.builtin.command: 'service {{ php_fpm_service }} restart'
args:
warn: false