staging-sync/koji: Try to remount with plain old shell

This commit is contained in:
Mikolaj Izdebski 2025-07-05 11:03:19 +02:00
parent 2a3d83de77
commit ebcac361a5

View file

@ -98,7 +98,7 @@
- name: Stop nfs-server
service: name=nfs-server state=stopped
- name: Unmount NFS on hub
ansible.builtin.mount: name={{item}} state=unmounted
ansible.builtin.shell: mount {{item}}
with_items:
- /mnt/fedora_koji_prod
- /mnt/koji/ostree