]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-cm-ansible.git/commitdiff
prep-fog-capture.yml: mount -> ansible.posix.mount 757/head
authorDan Mick <dmick@redhat.com>
Fri, 16 Aug 2024 07:41:58 +0000 (00:41 -0700)
committerDan Mick <dmick@redhat.com>
Fri, 16 Aug 2024 07:41:58 +0000 (00:41 -0700)
Signed-off-by: Dan Mick <dmick@redhat.com>
tools/prep-fog-capture.yml

index 543869c502290451d45c33df7f7bec13ee266f77..0877ebf87f4316301a62f67e0bac51654886eac8 100644 (file)
@@ -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