From 1d8d6fe49714fe20026197f9b53681ddecea0650 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oskar=20Sch=C3=B6ldstr=C3=B6m?= Date: Tue, 16 May 2017 11:02:37 -0500 Subject: [PATCH] Workaround ansible service module not enabling php-fpm --- tasks/configure-fpm.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/tasks/configure-fpm.yml b/tasks/configure-fpm.yml index 8983829..5c16855 100644 --- a/tasks/configure-fpm.yml +++ b/tasks/configure-fpm.yml @@ -74,4 +74,5 @@ name: "{{ php_fpm_daemon }}" state: started enabled: yes + use: service when: php_enable_php_fpm