1
0
Fork 0
mirror of https://github.com/ansible-collections/ansible.posix.git synced 2026-02-04 08:01:49 +00:00

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

This commit is contained in:
satken2 2021-06-12 00:33:20 +09:00 committed by Jill Rouleau
parent 55ea4ba1de
commit 97dcdee670

View file

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