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