mirror of
https://github.com/ansible-collections/ansible.posix.git
synced 2026-01-12 07:35:31 +01:00
sysctl: Fixed sysctl to work on symlinks(#111)
This commit is contained in:
parent
3d7334dcfc
commit
c9747fd243
1 changed files with 1 additions and 1 deletions
|
|
@ -333,7 +333,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