From b6815687b65ab8c5a78f3c072c6c3dce5c443154 Mon Sep 17 00:00:00 2001 From: vincent Date: Mon, 2 Mar 2020 21:19:36 +0100 Subject: [PATCH] remove started now --- tasks/main.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tasks/main.yml b/tasks/main.yml index c18f08c..8bc2ff5 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -7,8 +7,9 @@ - php-intl state: present become: yes + - name: Ensure php-fpm is started and enabled to start at boot. - service: name=php-fpm state=started enabled=yes + service: name=php-fpm enabled=yes become: yes - name: enable php extetion