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).