mirror of
https://github.com/ansible-collections/ansible.posix.git
synced 2026-01-10 14:45:28 +01:00
Apply suggestions from code review
This commit is contained in:
parent
4ff0e3aa13
commit
eead50b287
1 changed files with 1 additions and 1 deletions
|
|
@ -830,7 +830,7 @@
|
|||
failed_when: false
|
||||
changed_when: false
|
||||
|
||||
- name: Assert the mount occured and the fstab is unchanged
|
||||
- name: Assert the mount occurred and the fstab is unchanged
|
||||
ansible.builtin.assert:
|
||||
that:
|
||||
- check_mountinfo.stdout|int == 0
|
||||
|
|
|
|||
Loading…
Reference in a new issue