mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-01 08:13:08 +00:00
'#' and ';' are both valid comment chars for sysctl.conf files according to the 'man sysctl.conf': "Lines which begin with a # or ; are considered comments and ignored." Fixes #20569