diff --git a/playbooks/groups/copr-back.yml b/playbooks/groups/copr-back.yml index d280308243..1a249e2f2e 100644 --- a/playbooks/groups/copr-back.yml +++ b/playbooks/groups/copr-back.yml @@ -230,5 +230,3 @@ file: path=/etc/lighttpd/copr-be.fedoraproject.org.pem owner=root group=root mode=0600 - name: restart copr-backend service: name=copr-backend state=restarted - - name: restart lighttpd - service: name=lighttpd state=restarted diff --git a/playbooks/groups/copr-front.yml b/playbooks/groups/copr-front.yml index fd79e97d40..bca3c8fa60 100644 --- a/playbooks/groups/copr-front.yml +++ b/playbooks/groups/copr-front.yml @@ -48,7 +48,7 @@ copy: src="{{ files }}/copr/hosts" dest=/etc/hosts owner=root group=root mode=644 - name: install copr-fe pkgs - yum: state=latest pkg={{ item }} + yum: state=present pkg={{ item }} with_items: - copr-frontend - copr-selinux diff --git a/playbooks/hosts/copr-fe-dev.cloud.fedoraproject.org.yml b/playbooks/hosts/copr-fe-dev.cloud.fedoraproject.org.yml index 9ccb6f01e3..a456f3f132 100644 --- a/playbooks/hosts/copr-fe-dev.cloud.fedoraproject.org.yml +++ b/playbooks/hosts/copr-fe-dev.cloud.fedoraproject.org.yml @@ -39,7 +39,7 @@ action: copy src="{{ files }}/copr/hosts" dest=/etc/hosts owner=root group=root mode=644 - name: install copr-fe pkgs - action: yum state=latest pkg={{ item }} + action: yum state=present pkg={{ item }} with_items: - copr-frontend - copr-selinux diff --git a/playbooks/hosts/copr-fe.cloud.fedoraproject.org.yml b/playbooks/hosts/copr-fe.cloud.fedoraproject.org.yml index cf58873263..69b4f09465 100644 --- a/playbooks/hosts/copr-fe.cloud.fedoraproject.org.yml +++ b/playbooks/hosts/copr-fe.cloud.fedoraproject.org.yml @@ -45,7 +45,7 @@ action: copy src="{{ files }}/copr/forward" dest=/root/.forward owner=root group=root - name: install copr-fe pkgs - action: yum state=latest pkg={{ item }} + action: yum state=present pkg={{ item }} with_items: - copr-frontend - copr-selinux