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