mirror of
https://github.com/ansible-collections/ansible.posix.git
synced 2026-01-12 15:45:20 +01:00
wild guess
This commit is contained in:
parent
ab65a15551
commit
b4832b4de1
1 changed files with 1 additions and 1 deletions
|
|
@ -342,4 +342,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