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

This commit is contained in:
satken2 2021-06-12 00:33:39 +09:00 committed by Jill Rouleau
parent 97dcdee670
commit a842e5f96a
1 changed files with 1 additions and 1 deletions

View File

@ -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