renovate: Update ansible.posix to version 1.3.0
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
ansible.posix | galaxy-collection | minor |
1.2.0 -> 1.3.0
|
Release Notes
ansible-collections/ansible.posix
v1.3.0
======
Release Summary
This is the minor release of the ansible.posix
collection.
This changelog contains all changes to the modules in this collection that
have been added after the release of ansible.posix
1.2.0.
Minor Changes
- acl - add new alias
recurse
forrecursive
parameter (https://github.com/ansible-collections/ansible.posix/issues/124). - added 2.11 branch to test matrix, added ignore-2.12.txt.
- authorized_key - add
no_log=False
inargument_spec
to clear false-positives ofno-log-needed
(https://github.com/ansible-collections/ansible.posix/pull/156). - authorized_key - add a list of valid key types (https://github.com/ansible-collections/ansible.posix/issues/134).
- mount - Change behavior of
boot
option to setnoauto
on BSD nodes (https://github.com/ansible-collections/ansible.posix/issues/28). - mount - Change behavior of
boot
option to setnoauto
on Linux nodes (https://github.com/ansible-collections/ansible.posix/issues/28). - mount - add
no_log=False
inargument_spec
to clear false-positives ofno-log-needed
(https://github.com/ansible-collections/ansible.posix/pull/156). - mount - returns
backup_file
value when a backup fstab is created. - synchronize - add
delay_updates
option (https://github.com/ansible-collections/ansible.posix/issues/157). - synchronize - fix typo (https://github.com/ansible-collections/ansible.posix/pull/198).
Bugfixes
- Synchronize module not recognizing remote ssh key (https://github.com/ansible-collections/ansible.posix/issues/24).
- Synchronize not using quotes around arguments like --out-format (https://github.com/ansible-collections/ansible.posix/issues/190).
- at - append line-separator to the end of the
command
(https://github.com/ansible-collections/ansible.posix/issues/169). - csh - define
ECHO
andCOMMAND_SEP
(https://github.com/ansible-collections/ansible.posix/issues/204). - firewalld - enable integration after migration (https://github.com/ansible-collections/ansible.posix/pull/239).
- firewalld - ensure idempotency with firewalld 0.9.3 (https://github.com/ansible-collections/ansible.posix/issues/179).
- firewalld - fix setting zone target to
%%REJECT%%
(https://github.com/ansible-collections/ansible.posix/pull/215). - mount - Handle
boot
option on Solaris correctly (https://github.com/ansible-collections/ansible.posix/issues/184). - synchronize - add
community.podman.podman
to the list of supported connection plugins (https://github.com/ansible-community/molecule-podman/issues/45). - synchronize - complete podman support for synchronize module.
- synchronize - properly quote rsync CLI parameters (https://github.com/ansible-collections/ansible.posix/pull/241).
- synchronize - replace removed
ansible_ssh_user
byansible_user
everywhere; do the same foransible_ssh_port
andansible_ssh_host
(https://github.com/ansible-collections/ansible.posix/issues/60). - synchronize - use SSH args from SSH connection plugin (https://github.com/ansible-collections/ansible.posix/issues/222).
- synchronize - use become_user when invoking rsync on remote with sudo (https://github.com/ansible-collections/ansible.posix/issues/186).
- sysctl - modifying conditional check for docker to fix tests being skipped (https://github.com/ansible-collections/ansible.posix/pull/226).
Configuration
-
If you want to rebase/retry this MR, check this box.
This MR has been generated by Renovate Bot. The local configuration can be found in the local Renovate Bot repository.