1
0
Fork 0
mirror of https://github.com/ansible-collections/ansible.posix.git synced 2026-02-03 23:51:48 +00:00

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

This commit is contained in:
satken2 2021-06-11 23:57:09 +09:00 committed by Jill Rouleau
parent a88f5f8ae0
commit 55ea4ba1de
2 changed files with 36 additions and 0 deletions

View file

@ -0,0 +1,3 @@
---
bugfixes:
- sysctl - fix sysctl to work properly on symlinks (https://github.com/ansible-collections/ansible.posix/issues/111).