From c481ead2540acc6f8c0bf68750be84b2d17b25cb Mon Sep 17 00:00:00 2001 From: Stephen Smoogen Date: Sat, 2 Oct 2021 15:53:00 -0400 Subject: [PATCH] fix a hostname problem in the playbook so that the last-sync file will get copied over to download-cc-rdu01 --- playbooks/groups/download.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/groups/download.yml b/playbooks/groups/download.yml index f425f2d227..2076b481f4 100644 --- a/playbooks/groups/download.yml +++ b/playbooks/groups/download.yml @@ -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