add (check mode) to task name

This commit is contained in:
Simon Leary 2025-03-06 10:46:57 -05:00
parent f087d58cbe
commit 7d8da00f79

View file

@ -811,7 +811,7 @@
path: '{{ ephemeral_fstab }}'
register: fstab_stat_before_mount
- name: Mount the FS A with ephemeral state
- name: Mount the FS A with ephemeral state (check mode)
ansible.posix.mount:
path: /tmp/myfs
src: '{{ ephemeral_device_a }}'