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'