sysctl: Fixed sysctl to work on symlinks(#111)

This commit is contained in:
satken2 2021-06-12 00:33:39 +09:00
parent c9747fd243
commit a488709313

View file

@ -338,7 +338,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