Skip to content

Commit

Permalink
prep-fog-capture.yml: mount -> ansible.posix.mount
Browse files Browse the repository at this point in the history
Signed-off-by: Dan Mick <[email protected]>
  • Loading branch information
Dan Mick committed Aug 16, 2024
1 parent 6b86ea7 commit 267130d
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 267130d

Please sign in to comment.