Fix long term idempotence: fpm pkg present state

freebsd
Emilien Mantel 2017-06-09 09:28:16 +02:00
parent 2a6b921b5e
commit 8758a9b7dc
1 changed files with 1 additions and 1 deletions

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