From eb644482c371a42eb9cf7dba70b1045429e0724f Mon Sep 17 00:00:00 2001 From: staticsafe Date: Fri, 13 Jan 2017 02:45:22 +0000 Subject: [PATCH] Fix YAML syntax error in roles/php/tasks/main.yml --- ubuntu/roles/php/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ubuntu/roles/php/tasks/main.yml b/ubuntu/roles/php/tasks/main.yml index 98efab7..0dd9cf9 100644 --- a/ubuntu/roles/php/tasks/main.yml +++ b/ubuntu/roles/php/tasks/main.yml @@ -1,4 +1,4 @@ ----- +--- - name: Install php-fpm apt: pkg=php-fpm state=latest - name: Stop the php-fpm daemon for now and ensure it starts on boot