ansible.posix icon indicating copy to clipboard operation
ansible.posix copied to clipboard

Ansible Collection for Posix

Results 172 ansible.posix issues
Sort by recently updated
recently updated
newest added

##### SUMMARY Sysctl module does not currently support the `--system` option, which loads the configuration files from directories in the following order. `/etc/sysctl.d/*.conf` `/run/sysctl.d/*.conf` `/usr/local/lib/sysctl.d/*.conf` `/usr/lib/sysctl.d/*.conf` `/lib/sysctl.d/*.conf` `/etc/sysctl.conf` I defined...

##### SUMMARY `changed_when` seems not to respect excluded files via `rsync_opts`. If the given file was changed, despite not being synchronized when running the playbook, `synchronize` will result in `changed_when...