Fix long term idempotence: fpm pkg present state
parent
2a6b921b5e
commit
8758a9b7dc
|
@ -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: >
|
||||
|
|
Loading…
Reference in New Issue