fix a hostname problem in the playbook so that the last-sync file will get copied over to download-cc-rdu01
This commit is contained in:
parent
fd7812ca89
commit
c481ead254
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@
|
|||
when: inventory_hostname == 'download-cc-rdu01.fedoraproject.org'
|
||||
- name: put in last sync scrypt for download-cc-rdu01
|
||||
copy: src="{{ files}}/download/last-sync" dest=/usr/local/bin/last-sync mode=0755
|
||||
when: inventory_hostname == 'download-ib01.fedoraproject.org'
|
||||
when: inventory_hostname == 'download-cc-rdu01.fedoraproject.org'
|
||||
|
||||
- name: make a mnt/koji link
|
||||
file: state=link src=/mnt/fedora_koji/koji dest=/mnt/koji
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue