From 2a3d83de7773e6df64be8cadfd95cc40728d2eb6 Mon Sep 17 00:00:00 2001 From: Mikolaj Izdebski Date: Sat, 5 Jul 2025 10:58:47 +0200 Subject: [PATCH] staging-sync/koji: Fix re-mounting existing filesystems --- playbooks/manual/staging-sync/koji.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/manual/staging-sync/koji.yml b/playbooks/manual/staging-sync/koji.yml index f37a6dddec..11e353b7fd 100644 --- a/playbooks/manual/staging-sync/koji.yml +++ b/playbooks/manual/staging-sync/koji.yml @@ -120,7 +120,7 @@ - /mnt/koji/work # TODO recreate directories under /mnt/koji/compose (which ones?) that composer expects to exist - name: Mount NFS on hub - ansible.builtin.mount: name={{item}} state=mounted + ansible.builtin.mount: name={{item}} state=remounted with_items: - /mnt/fedora_koji_prod - /mnt/koji/ostree