should no longer need this as download should point correctly
This commit is contained in:
parent
fc33d6a303
commit
e6cfdf1b73
1 changed files with 0 additions and 3 deletions
|
@ -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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue