From e8ce73efaba5cdbc58f4d23dc410df8bf97ad64f Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Tue, 1 Sep 2015 20:17:21 +0000 Subject: [PATCH] Fix typo in httpd service call --- playbooks/hosts/magazine.fedorainfracloud.org.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/hosts/magazine.fedorainfracloud.org.yml b/playbooks/hosts/magazine.fedorainfracloud.org.yml index 817741ce9b..2f7098d5de 100644 --- a/playbooks/hosts/magazine.fedorainfracloud.org.yml +++ b/playbooks/hosts/magazine.fedorainfracloud.org.yml @@ -40,4 +40,4 @@ - unzip - name: enable httpd service - service: httpd state=enabled=yes state=started + service: httpd enabled=yes state=started