mirror of
https://github.com/ansible-collections/ansible.posix.git
synced 2026-08-04 22:04:44 +00:00
Compare commits
2 Commits
bb55710716
...
b5a47f27b6
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b5a47f27b6 | ||
|
|
d0bd237e11 |
@@ -478,10 +478,10 @@
|
|||||||
src: /tmp/myfs.img
|
src: /tmp/myfs.img
|
||||||
fstype: ext3
|
fstype: ext3
|
||||||
state: mounted
|
state: mounted
|
||||||
boot: no
|
boot: false
|
||||||
register: mount_info
|
register: mount_info
|
||||||
|
|
||||||
- name: Assert the mount without noauto was successful
|
- name: assert the mount without noauto was successful
|
||||||
ansible.builtin.assert:
|
ansible.builtin.assert:
|
||||||
that:
|
that:
|
||||||
- "'noauto' in mount_info['opts'].split(',')"
|
- "'noauto' in mount_info['opts'].split(',')"
|
||||||
|
|||||||
Reference in New Issue
Block a user