mirror of
https://github.com/ansible-collections/ansible.posix.git
synced 2026-01-11 15:15:26 +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
|
sysctl_set: false
|
||||||
reload: false
|
reload: false
|
||||||
|
|
||||||
- Stat sysctl file
|
- name: Stat sysctl file
|
||||||
stat:
|
stat:
|
||||||
path: /tmp/ansible_sysctl_test_symlink.conf
|
path: /tmp/ansible_sysctl_test_symlink.conf
|
||||||
register: stat_result
|
register: stat_result
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue