Fix long term idempotence: fpm pkg present state

This commit is contained in:
Emilien Mantel
2017-06-09 09:28:16 +02:00
parent 2a6b921b5e
commit 8758a9b7dc

View File

@@ -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: >