mirror of
https://github.com/ansible-collections/ansible.posix.git
synced 2026-01-12 07:35:31 +01:00
Compare commits
2 commits
5cd2060d11
...
55111c2a26
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
55111c2a26 | ||
|
|
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