Compare commits

...

2 commits

Author SHA1 Message Date
simonLeary42
55111c2a26
Merge 7d8da00f79 into 44a2151dbf 2025-03-06 15:47:07 +00:00
Simon Leary
7d8da00f79 add (check mode) to task name 2025-03-06 10:46:57 -05:00

View file

@ -811,7 +811,7 @@
path: '{{ ephemeral_fstab }}' path: '{{ ephemeral_fstab }}'
register: fstab_stat_before_mount 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: ansible.posix.mount:
path: /tmp/myfs path: /tmp/myfs
src: '{{ ephemeral_device_a }}' src: '{{ ephemeral_device_a }}'