staging-sync/koji: Fix re-mounting existing filesystems
This commit is contained in:
parent
3ca066f146
commit
2a3d83de77
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue