remove started now

This commit is contained in:
vincent 2020-03-02 21:19:36 +01:00
parent cf0b81bb03
commit b6815687b6

View File

@ -7,8 +7,9 @@
- php-intl - php-intl
state: present state: present
become: yes become: yes
- name: Ensure php-fpm is started and enabled to start at boot. - 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 become: yes
- name: enable php extetion - name: enable php extetion