mirror of
https://github.com/ansible-collections/ansible.posix.git
synced 2026-03-26 21:33:32 +00:00
sysctl: Fixed sysctl to work on symlinks(#111)
This commit is contained in:
@@ -360,7 +360,7 @@
|
||||
path: /tmp/ansible_sysctl_test_symlink.conf
|
||||
register: stat_result
|
||||
|
||||
- Ensure the sysctl file remains a symlink
|
||||
- name: Ensure the sysctl file remains a symlink
|
||||
assert:
|
||||
that:
|
||||
- stat_result.stat.islnk is defined and stat_result.stat.islnk
|
||||
|
||||
Reference in New Issue
Block a user