Enable httpd on fedoramagazine service

Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
Patrick Uiterwijk 2015-08-31 03:37:07 +00:00
parent dda4c4834d
commit ce1bfc3cba

View file

@ -38,3 +38,6 @@
- php-mcrypt
- wget
- unzip
- name: enable httpd service
service: httpd state=enabled=yes state=started