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:
Stephen Smoogen 2021-10-02 15:53:00 -04:00
parent fd7812ca89
commit c481ead254

View file

@ -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