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: