copr-backend: temporarily don't copy copr-be.conf

See https://pagure.io/fedora-infrastructure/issue/11336
This commit is contained in:
Jakub Kadlcik 2023-05-23 22:38:54 +02:00
parent ccab97a1ca
commit 3c00832230

View file

@ -261,14 +261,15 @@
copy: dest="/home/copr/cloud/ec2rc.variable" content=""
when: devel|bool
- name: copy copr-be.conf
template: src="copr-be.conf.j2" dest=/etc/copr/copr-be.conf owner=root group=copr mode=640
notify:
- restart copr-backend
tags:
- config
- copr_infrastructure_password
- provision_config
# See https://pagure.io/fedora-infrastructure/issue/11336
# - name: copy copr-be.conf
# template: src="copr-be.conf.j2" dest=/etc/copr/copr-be.conf owner=root group=copr mode=640
# notify:
# - restart copr-backend
# tags:
# - config
# - copr_infrastructure_password
# - provision_config
- name: create messaging config directory
file: dest=/etc/copr/msgbuses state=directory owner=copr group=copr mode=0700