From 425a5ab5397332acb54153616486d6526712a265 Mon Sep 17 00:00:00 2001 From: Seth Vidal Date: Fri, 2 Nov 2012 04:33:31 +0000 Subject: [PATCH] and it is enabled not enable --- playbooks/hosts/copr-be.cloud.fedoraproject.org.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/hosts/copr-be.cloud.fedoraproject.org.yml b/playbooks/hosts/copr-be.cloud.fedoraproject.org.yml index f1e6b74062..6b0c4ec6d2 100644 --- a/playbooks/hosts/copr-be.cloud.fedoraproject.org.yml +++ b/playbooks/hosts/copr-be.cloud.fedoraproject.org.yml @@ -47,7 +47,7 @@ - name: add lighttpd action: yum state=present name=lighttpd - name: start webserver - action: service state=running enable=true name=lighttpd + action: service state=running enabled=yes name=lighttpd handlers: