mirror of
https://github.com/ansible-collections/ansible.posix.git
synced 2026-01-11 07:05:27 +01:00
sysctl: Fixed sysctl to work on symlinks(#111)
This commit is contained in:
parent
55ea4ba1de
commit
97dcdee670
1 changed files with 1 additions and 1 deletions
|
|
@ -355,7 +355,7 @@
|
|||
sysctl_set: false
|
||||
reload: false
|
||||
|
||||
- Stat sysctl file
|
||||
- name: Stat sysctl file
|
||||
stat:
|
||||
path: /tmp/ansible_sysctl_test_symlink.conf
|
||||
register: stat_result
|
||||
|
|
|
|||
Loading…
Reference in a new issue