staging-sync/koji: Try to remount with plain old shell
This commit is contained in:
parent
2a3d83de77
commit
ebcac361a5
1 changed files with 1 additions and 1 deletions
|
@ -98,7 +98,7 @@
|
||||||
- name: Stop nfs-server
|
- name: Stop nfs-server
|
||||||
service: name=nfs-server state=stopped
|
service: name=nfs-server state=stopped
|
||||||
- name: Unmount NFS on hub
|
- name: Unmount NFS on hub
|
||||||
ansible.builtin.mount: name={{item}} state=unmounted
|
ansible.builtin.shell: mount {{item}}
|
||||||
with_items:
|
with_items:
|
||||||
- /mnt/fedora_koji_prod
|
- /mnt/fedora_koji_prod
|
||||||
- /mnt/koji/ostree
|
- /mnt/koji/ostree
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue