mirror of
https://github.com/ansible-collections/ansible.posix.git
synced 2026-01-11 15:15:26 +01:00
Quote string in test assertion
This commit is contained in:
parent
d49bd27fae
commit
e5733c5e49
1 changed files with 1 additions and 1 deletions
|
|
@ -364,4 +364,4 @@
|
||||||
assert:
|
assert:
|
||||||
that:
|
that:
|
||||||
- stat_result.stat.islnk is defined and stat_result.stat.islnk
|
- stat_result.stat.islnk is defined and stat_result.stat.islnk
|
||||||
- stat_result.stat.lnk_source == /tmp/ansible_sysctl_test.conf
|
- stat_result.stat.lnk_source == '/tmp/ansible_sysctl_test.conf'
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue