ansible lint

This commit is contained in:
mubashir.Ijaz
2025-08-08 16:02:15 +02:00
parent 9ce933f7d0
commit 571e80cdba
2 changed files with 16 additions and 2 deletions

View File

@@ -59,7 +59,7 @@ options:
system_wide:
description:
- If V(true), uses C(sysctl --system) behavior to reload all sysctl configuration files.
- This will reload configuration from C(/etc/sysctl.d/*.conf), C(/run/sysctl.d/*.conf),
- This will reload configuration from C(/etc/sysctl.d/*.conf), C(/run/sysctl.d/*.conf),
C(/usr/local/lib/sysctl.d/*.conf), C(/usr/lib/sysctl.d/*.conf), C(/lib/sysctl.d/*.conf),
and C(/etc/sysctl.conf) in that order.
- If V(false), only reloads the specific sysctl file defined by O(sysctl_file).