In FreeBSD, fail if loader.conf shall be reloaded. (#664) (#748)

Fix #663

(cherry picked from commit 3c232a2429)

Co-authored-by: Vladimir Botka <vbotka@gmail.com>
This commit is contained in:
Hideki Saito
2026-05-27 15:45:16 +09:00
committed by GitHub
parent 955acdca44
commit aaacdb9d13
2 changed files with 9 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
---
bugfixes:
- sysctl - reload sysctl only if the sysctl file is ``/etc/sysctl.conf`` or ``/etc/sysctl.conf.local`` (https://github.com/ansible-collections/ansible.posix/issues/663).