diff --git a/playbooks/hosts/copr-be.cloud.fedoraproject.org.yml b/playbooks/hosts/copr-be.cloud.fedoraproject.org.yml index 86958a7e05..8f6ca087e7 100644 --- a/playbooks/hosts/copr-be.cloud.fedoraproject.org.yml +++ b/playbooks/hosts/copr-be.cloud.fedoraproject.org.yml @@ -103,15 +103,15 @@ notify: - restart lighttpd - - name: copy httpd ssl certificates - action: copy src="{{ puppet_private }}/httpd/{{ item }}" dest="/etc/lighttpd/{{ item }}" owner=root group=root mode=0600 - with_items: - - coprs-be.fedoraproject.org.key - - coprs-be.fedoraproject.org.crt - notify: - - concate ssl certs - tags: - - config +# - name: copy httpd ssl certificates +# action: copy src="{{ puppet_private }}/httpd/{{ item }}" dest="/etc/lighttpd/{{ item }}" owner=root group=root mode=0600 +# with_items: +# - coprs-be.fedoraproject.org.key +# - coprs-be.fedoraproject.org.crt +# notify: +# - concate ssl certs +# tags: +# - config # mime default to text/plain and enable dirlisting for indexes - name: update lighttpd configs