Skip to content

Commit

Permalink
Merge pull request #757 from dmick/wip-mount-to-posix-mount
Browse files Browse the repository at this point in the history
prep-fog-capture.yml: mount -> ansible.posix.mount
  • Loading branch information
zmc authored Aug 28, 2024
2 parents 6b86ea7 + 267130d commit ed04a8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/prep-fog-capture.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
shell: sed -i '/\/var\/lib\/ceph/d' /etc/fstab

- name: Unmount /var/lib/ceph
mount:
ansible.posix.mount:
path: /var/lib/ceph
state: unmounted

Expand Down

0 comments on commit ed04a8a

Please sign in to comment.