mirror of
https://github.com/HanXHX/ansible-php.git
synced 2026-03-02 09:52:10 +07:00
🚨 Fix crashes on latest ansible versions and fixes lint
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user