From 267130d6b03bf68b537566f22bb7dd0efb783cf5 Mon Sep 17 00:00:00 2001 From: Dan Mick Date: Fri, 16 Aug 2024 00:41:58 -0700 Subject: [PATCH] prep-fog-capture.yml: mount -> ansible.posix.mount Signed-off-by: Dan Mick --- tools/prep-fog-capture.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/prep-fog-capture.yml b/tools/prep-fog-capture.yml index 543869c5..0877ebf8 100644 --- a/tools/prep-fog-capture.yml +++ b/tools/prep-fog-capture.yml @@ -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