mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-25 19:11:24 +08:00
should no longer need this as download should point correctly
This commit is contained in:
@@ -46,9 +46,6 @@
|
||||
when: deployment_type in ['dev', 'stg', 'prod']
|
||||
copy: src=yumrepoinfo.conf dest=/etc/taskotron/yumrepoinfo.conf owner=root group=root mode=0644
|
||||
|
||||
- name: set baseurl of yumrepoinfo.conf
|
||||
replace: dest=/etc/taskotron/yumrepoinfo.conf regexp='//download\.fedoraproject\.org/' replace='//infrastructure.fedoraproject.org/'
|
||||
|
||||
- name: create /var/log/taskotron for task logfiles
|
||||
file: path=/var/log/taskotron state=directory owner={{ slave_user }} group={{ slave_user }} mode=1755
|
||||
when: deployment_type == 'local'
|
||||
|
||||
Reference in New Issue
Block a user