🚨 Fix crashes on latest ansible versions and fixes lint

This commit is contained in:
Emilien Mantel
2023-05-30 10:55:56 +02:00
parent 483b6c78b5
commit 85378ac422
3 changed files with 3 additions and 18 deletions

View File

@@ -7,8 +7,6 @@
when: php_install_fpm
notify: Docker restart php-fpm
- name: Docker restart php-fpm
- name: Docker restart php-fpm # noqa: command-instead-of-module no-changed-when
ansible.builtin.command: 'service {{ php_fpm_service }} restart'
args:
warn: false
when: ansible_virtualization_type == 'docker'