mirror of
https://github.com/ansible-collections/ansible.posix.git
synced 2026-07-31 03:44:45 +00:00
sysctl: Fixed sysctl to work on symlinks(#111)
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user