Fix YAML syntax error in roles/php/tasks/main.yml

This commit is contained in:
staticsafe 2017-01-13 02:45:22 +00:00
parent 2ed429d06a
commit eb644482c3
1 changed files with 1 additions and 1 deletions

View File

@ -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