Fix typo in httpd service call

This commit is contained in:
Kevin Fenzi 2015-09-01 20:17:21 +00:00
parent e50f2d7c48
commit e8ce73efab

View file

@ -40,4 +40,4 @@
- unzip
- name: enable httpd service
service: httpd state=enabled=yes state=started
service: httpd enabled=yes state=started