mirror of
https://github.com/HanXHX/ansible-php.git
synced 2026-03-14 10:52:09 +07:00
Fix long term idempotence: fpm pkg present state
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
---
|
||||
|
||||
- name: APT | Install PHP-FPM
|
||||
apt: pkg={{ php_fpm_service }} state=latest
|
||||
apt: pkg={{ php_fpm_service }} state=present
|
||||
|
||||
- name: LINEINFILE | PHP configuration
|
||||
lineinfile: >
|
||||
|
||||
Reference in New Issue
Block a user