ansible.posix/changelogs/fragments/108_sysctl_add_mode_option.yml
Hideki Saito f48c47fc1b Add mode mode option to sysctl module
* Add basic file attribute options to manage sysctl_file permission
* Fixes #108

Signed-off-by: Hideki Saito <saito@fgrep.org>
2021-10-22 17:00:27 +09:00

3 lines
217 B
YAML

minor_changes:
- sysctl - add a basic file system attribute setting option to allow the sysctl module
to set the file attributes to ``sysctl_file`` (https://github.com/ansible-collections/ansible.posix/issues/108).