mirror of
https://github.com/ansible-collections/ansible.posix.git
synced 2026-01-11 15:15:26 +01:00
add (check mode) to task name
This commit is contained in:
parent
f087d58cbe
commit
7d8da00f79
1 changed files with 1 additions and 1 deletions
|
|
@ -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 }}'
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue