staging-sync/koji: Don't mix up mount and umount
This commit is contained in:
parent
1723796680
commit
9dc5c9a47a
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue