diff --git a/playbooks/manual/staging-sync/koji.yml b/playbooks/manual/staging-sync/koji.yml index 158596f7e2..c09d3f8891 100644 --- a/playbooks/manual/staging-sync/koji.yml +++ b/playbooks/manual/staging-sync/koji.yml @@ -98,7 +98,7 @@ - name: Stop nfs-server service: name=nfs-server state=stopped - name: Unmount NFS on hub - ansible.builtin.shell: mount {{item}} + ansible.builtin.mount: name={{item}} state=unmounted with_items: - /mnt/fedora_koji_prod - /mnt/koji/ostree @@ -122,7 +122,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=remounted + ansible.builtin.shell: mount {{item}} with_items: - /mnt/fedora_koji_prod - /mnt/koji/ostree