mirror of
https://github.com/HanXHX/ansible-php.git
synced 2026-04-15 13:32: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
|
- name: APT | Install PHP-FPM
|
||||||
apt: pkg={{ php_fpm_service }} state=latest
|
apt: pkg={{ php_fpm_service }} state=present
|
||||||
|
|
||||||
- name: LINEINFILE | PHP configuration
|
- name: LINEINFILE | PHP configuration
|
||||||
lineinfile: >
|
lineinfile: >
|
||||||
|
|||||||
Reference in New Issue
Block a user