1
0
Fork 0
mirror of https://github.com/ansible-collections/ansible.posix.git synced 2026-02-04 08:01:49 +00:00

Quote string in test assertion

This commit is contained in:
Jill Rouleau 2024-05-07 14:53:38 -07:00
parent d49bd27fae
commit e5733c5e49

View file

@ -364,4 +364,4 @@
assert:
that:
- 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'