luismayta / vagrant-example-ansible

Vagrant with provision ansible
GNU Lesser General Public License v3.0
3 stars 0 forks source link

ci(deps): Update dependency ansible to v4 [SECURITY] #14

Open renovate[bot] opened 3 years ago

renovate[bot] commented 3 years ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
ansible (source) ==1.9.6 -> ==4.2.0 age adoption passing confidence

:warning: MAJOR MAJOR MAJOR :warning:

GitHub Vulnerability Alerts

CVE-2016-8628

Ansible before version 2.2.0 fails to properly sanitize fact variables sent from the Ansible controller. An attacker with the ability to create special variables on the controller could execute arbitrary commands on Ansible clients as the user Ansible runs as.

CVE-2016-8614

A flaw was found in Ansible before version 2.2.0. The apt_key module does not properly verify key fingerprints, allowing remote adversary to create an OpenPGP key which matches the short key ID and inject this key instead of the correct key.

CVE-2019-3828

Ansible fetch module before versions 2.5.15, 2.6.14, 2.7.8 has a path traversal vulnerability which allows copying and overwriting files outside of the specified destination in the local ansible controller host, by not restricting an absolute path.

CVE-2019-10156

A flaw was discovered in the way Ansible templating was implemented in versions before 2.6.18, 2.7.12 and 2.8.2, causing the possibility of information disclosure through unexpected variable substitution. By taking advantage of unintended variable substitution the content of any variable may be disclosed.

CVE-2020-1740

A flaw was found in Ansible Engine when using Ansible Vault for editing encrypted files. When a user executes "ansible-vault edit", another user on the same computer can read the old and new secret, as it is created in a temporary file with mkstemp and the returned file descriptor is closed and the method write_data is called to write the existing secret in the file. This method will delete the file before recreating it insecurely. All versions in 2.7.x, 2.8.x and 2.9.x branches are believed to be vulnerable.

CVE-2020-1746

A flaw was found in the Ansible Engine affecting Ansible Engine versions 2.7.x before 2.7.17 and 2.8.x before 2.8.11 and 2.9.x before 2.9.7 as well as Ansible Tower before and including versions 3.4.5 and 3.5.5 and 3.6.3 when the ldap_attr and ldap_entry community modules are used. The issue discloses the LDAP bind password to stdout or a log file if a playbook task is written using the bind_pw in the parameters field. The highest threat from this vulnerability is data confidentiality.

CVE-2020-14365

A flaw was found in the Ansible Engine, in ansible-engine 2.8.x before 2.8.15 and ansible-engine 2.9.x before 2.9.13, when installing packages using the dnf module. GPG signatures are ignored during installation even when disable_gpg_check is set to False, which is the default behavior. This flaw leads to malicious packages being installed on the system and arbitrary code executed via package installation scripts. The highest threat from this vulnerability is to integrity and system availability.

CVE-2021-20191

A flaw was found in ansible. Credentials, such as secrets, are being disclosed in console log by default and not protected by no_log feature when using those modules. An attacker can take advantage of this information to steal those credentials. The highest threat from this vulnerability is to data confidentiality.

CVE-2021-20178

A flaw was found in ansible module where credentials are disclosed in the console log by default and not protected by the security feature when using the bitbucket_pipeline_variable module. This flaw allows an attacker to steal bitbucket_pipeline credentials. The highest threat from this vulnerability is to confidentiality.

CVE-2020-10729

A flaw was found in the use of insufficiently random values in Ansible. Two random password lookups of the same length generate the equal value as the template caching action for the same file since no re-evaluation happens. The highest threat from this vulnerability would be that all passwords are exposed at once for the file. This flaw affects Ansible Engine versions before 2.9.6.

CVE-2021-3583

A flaw was found in Ansible, where a user's controller is vulnerable to template injection. This issue can occur through facts used in the template if the user is trying to put templates in multi-line YAML strings and the facts being handled do not routinely include special template characters. This flaw allows attackers to perform command injection, which discloses sensitive information. The highest threat from this vulnerability is to confidentiality and integrity.

CVE-2020-14330

An Improper Output Neutralization for Logs flaw was found in Ansible when using the uri module, where sensitive data is exposed to content and json output. This flaw allows an attacker to access the logs or outputs of performed tasks to read keys used in playbooks from other users within the uri module. The highest threat from this vulnerability is to data confidentiality.

CVE-2016-3096

The create_script function in the lxc_container module in Ansible before 1.9.6-1 and 2.x before 2.0.2.0 allows local users to write to arbitrary files or gain privileges via a symlink attack on (1) /opt/.lxc-attach-script, (2) the archived container in the archive_path directory, or the (3) lxc-attach-script.log or (4) lxc-attach-script.err files in the temporary directory.

CVE-2017-7481

Ansible before versions 2.3.1.0 and 2.4.0.0 fails to properly mark lookup-plugin results as unsafe. If an attacker could control the results of lookup() calls, they could inject Unicode strings to be parsed by the jinja2 templating system, resulting in code execution. By default, the jinja2 templating language is now marked as 'unsafe' and is not evaluated.

CVE-2016-8647

An input validation vulnerability was found in Ansible's mysql_user module before 2.2.1.0, which may fail to correctly change a password in certain circumstances. Thus the previous password would still be active when it should have been changed.

CVE-2021-3620

Ansible is an IT automation system that handles configuration management, application deployment, cloud provisioning, ad-hoc task execution, network automation, and multi-node orchestration. A flaw was found in Ansible Engine's ansible-connection module where sensitive information, such as the Ansible user credentials, is disclosed by default in the traceback error message when Ansible receives an unexpected response from set_options. The highest threat from this vulnerability is confidentiality.

CVE-2021-20228

A flaw was found in the Ansible Engine 2.9.18, where sensitive info is not masked by default and is not protected by the no_log feature when using the sub-option feature of the basic.py module. This flaw allows an attacker to obtain sensitive information. The highest threat from this vulnerability is to confidentiality.

CVE-2016-9587

Ansible before versions 2.1.4, 2.2.1 is vulnerable to an improper input validation in Ansible's handling of data sent from client systems. An attacker with control over a client system being managed by Ansible and the ability to send facts back to the Ansible server could use this flaw to execute arbitrary code on the Ansible server using the Ansible server privileges.


Release Notes

ansible/ansible ### [`v2.10.7`](https://togithub.com/ansible/ansible/compare/v2.10.6...v2.10.7) [Compare Source](https://togithub.com/ansible/ansible/compare/v2.10.6...v2.10.7) ### [`v2.10.6`](https://togithub.com/ansible/ansible/compare/v2.10.5...v2.10.6) [Compare Source](https://togithub.com/ansible/ansible/compare/v2.10.5...v2.10.6) ### [`v2.10.5`](https://togithub.com/ansible/ansible/compare/v2.10.4...v2.10.5) [Compare Source](https://togithub.com/ansible/ansible/compare/v2.10.4...v2.10.5) ### [`v2.10.4`](https://togithub.com/ansible/ansible/compare/v2.10.3...v2.10.4) [Compare Source](https://togithub.com/ansible/ansible/compare/v2.10.3...v2.10.4) ### [`v2.10.3`](https://togithub.com/ansible/ansible/compare/v2.10.2...v2.10.3) [Compare Source](https://togithub.com/ansible/ansible/compare/v2.10.2...v2.10.3) ### [`v2.10.2`](https://togithub.com/ansible/ansible/compare/v2.10.1...v2.10.2) [Compare Source](https://togithub.com/ansible/ansible/compare/v2.10.1...v2.10.2) ### [`v2.10.1`](https://togithub.com/ansible/ansible/compare/v2.10.0...v2.10.1) [Compare Source](https://togithub.com/ansible/ansible/compare/v2.10.0...v2.10.1) ### [`v2.10.0`](https://togithub.com/ansible/ansible/compare/v2.9.27...v2.10.0) [Compare Source](https://togithub.com/ansible/ansible/compare/v2.9.27...v2.10.0) ### [`v2.9.27`](https://togithub.com/ansible/ansible/compare/v2.9.26...v2.9.27) [Compare Source](https://togithub.com/ansible/ansible/compare/v2.9.26...v2.9.27) ### [`v2.9.26`](https://togithub.com/ansible/ansible/compare/v2.9.25...v2.9.26) [Compare Source](https://togithub.com/ansible/ansible/compare/v2.9.25...v2.9.26) ### [`v2.9.25`](https://togithub.com/ansible/ansible/compare/v2.9.24...v2.9.25) [Compare Source](https://togithub.com/ansible/ansible/compare/v2.9.24...v2.9.25) ### [`v2.9.24`](https://togithub.com/ansible/ansible/compare/v2.9.23...v2.9.24) [Compare Source](https://togithub.com/ansible/ansible/compare/v2.9.23...v2.9.24) ### [`v2.9.23`](https://togithub.com/ansible/ansible/compare/v2.9.22...v2.9.23) [Compare Source](https://togithub.com/ansible/ansible/compare/v2.9.22...v2.9.23) ### [`v2.9.22`](https://togithub.com/ansible/ansible/compare/v2.9.21...v2.9.22) [Compare Source](https://togithub.com/ansible/ansible/compare/v2.9.21...v2.9.22) ### [`v2.9.21`](https://togithub.com/ansible/ansible/compare/v2.9.20...v2.9.21) [Compare Source](https://togithub.com/ansible/ansible/compare/v2.9.20...v2.9.21) ### [`v2.9.20`](https://togithub.com/ansible/ansible/compare/v2.9.19...v2.9.20) [Compare Source](https://togithub.com/ansible/ansible/compare/v2.9.19...v2.9.20) ### [`v2.9.19`](https://togithub.com/ansible/ansible/compare/v2.9.18...v2.9.19) [Compare Source](https://togithub.com/ansible/ansible/compare/v2.9.18...v2.9.19) ### [`v2.9.18`](https://togithub.com/ansible/ansible/compare/v2.9.17...v2.9.18) [Compare Source](https://togithub.com/ansible/ansible/compare/v2.9.17...v2.9.18) ### [`v2.9.17`](https://togithub.com/ansible/ansible/compare/v2.9.16...v2.9.17) [Compare Source](https://togithub.com/ansible/ansible/compare/v2.9.16...v2.9.17) ### [`v2.9.16`](https://togithub.com/ansible/ansible/compare/v2.9.15...v2.9.16) [Compare Source](https://togithub.com/ansible/ansible/compare/v2.9.15...v2.9.16) ### [`v2.9.15`](https://togithub.com/ansible/ansible/compare/v2.9.14...v2.9.15) [Compare Source](https://togithub.com/ansible/ansible/compare/v2.9.14...v2.9.15) ### [`v2.9.14`](https://togithub.com/ansible/ansible/compare/v2.9.13...v2.9.14) [Compare Source](https://togithub.com/ansible/ansible/compare/v2.9.13...v2.9.14) ### [`v2.9.13`](https://togithub.com/ansible/ansible/compare/v2.9.12...v2.9.13) [Compare Source](https://togithub.com/ansible/ansible/compare/v2.9.12...v2.9.13) ### [`v2.9.12`](https://togithub.com/ansible/ansible/compare/v2.9.11...v2.9.12) [Compare Source](https://togithub.com/ansible/ansible/compare/v2.9.11...v2.9.12) ### [`v2.9.11`](https://togithub.com/ansible/ansible/compare/v2.9.10...v2.9.11) [Compare Source](https://togithub.com/ansible/ansible/compare/v2.9.10...v2.9.11) ### [`v2.9.10`](https://togithub.com/ansible/ansible/compare/v2.9.9...v2.9.10) [Compare Source](https://togithub.com/ansible/ansible/compare/v2.9.9...v2.9.10) ### [`v2.9.9`](https://togithub.com/ansible/ansible/compare/v2.9.8...v2.9.9) [Compare Source](https://togithub.com/ansible/ansible/compare/v2.9.8...v2.9.9) ### [`v2.9.8`](https://togithub.com/ansible/ansible/compare/v2.9.7...v2.9.8) [Compare Source](https://togithub.com/ansible/ansible/compare/v2.9.7...v2.9.8) ### [`v2.9.7`](https://togithub.com/ansible/ansible/compare/v2.9.6...v2.9.7) [Compare Source](https://togithub.com/ansible/ansible/compare/v2.9.6...v2.9.7) ### [`v2.9.6`](https://togithub.com/ansible/ansible/compare/v2.9.5...v2.9.6) [Compare Source](https://togithub.com/ansible/ansible/compare/v2.9.5...v2.9.6) ### [`v2.9.5`](https://togithub.com/ansible/ansible/compare/v2.9.4...v2.9.5) [Compare Source](https://togithub.com/ansible/ansible/compare/v2.9.4...v2.9.5) ### [`v2.9.4`](https://togithub.com/ansible/ansible/compare/v2.9.3...v2.9.4) [Compare Source](https://togithub.com/ansible/ansible/compare/v2.9.3...v2.9.4) ### [`v2.9.3`](https://togithub.com/ansible/ansible/compare/v2.9.2...v2.9.3) [Compare Source](https://togithub.com/ansible/ansible/compare/v2.9.2...v2.9.3) ### [`v2.9.2`](https://togithub.com/ansible/ansible/compare/v2.9.1...v2.9.2) [Compare Source](https://togithub.com/ansible/ansible/compare/v2.9.1...v2.9.2) ### [`v2.9.1`](https://togithub.com/ansible/ansible/compare/v2.9.0...v2.9.1) [Compare Source](https://togithub.com/ansible/ansible/compare/v2.9.0...v2.9.1) ### [`v2.9.0`](https://togithub.com/ansible/ansible/compare/v2.8.20...v2.9.0) [Compare Source](https://togithub.com/ansible/ansible/compare/v2.8.20...v2.9.0) ### [`v2.8.20`](https://togithub.com/ansible/ansible/compare/v2.8.19...v2.8.20) [Compare Source](https://togithub.com/ansible/ansible/compare/v2.8.19...v2.8.20) ### [`v2.8.19`](https://togithub.com/ansible/ansible/compare/v2.8.18...v2.8.19) [Compare Source](https://togithub.com/ansible/ansible/compare/v2.8.18...v2.8.19) ### [`v2.8.18`](https://togithub.com/ansible/ansible/compare/v2.8.17...v2.8.18) [Compare Source](https://togithub.com/ansible/ansible/compare/v2.8.17...v2.8.18) ### [`v2.8.17`](https://togithub.com/ansible/ansible/compare/v2.8.16...v2.8.17) [Compare Source](https://togithub.com/ansible/ansible/compare/v2.8.16...v2.8.17) ### [`v2.8.16`](https://togithub.com/ansible/ansible/compare/v2.8.15...v2.8.16) [Compare Source](https://togithub.com/ansible/ansible/compare/v2.8.15...v2.8.16) ### [`v2.8.15`](https://togithub.com/ansible/ansible/compare/v2.8.14...v2.8.15) [Compare Source](https://togithub.com/ansible/ansible/compare/v2.8.14...v2.8.15) ### [`v2.8.14`](https://togithub.com/ansible/ansible/compare/v2.8.13...v2.8.14) [Compare Source](https://togithub.com/ansible/ansible/compare/v2.8.13...v2.8.14) ### [`v2.8.13`](https://togithub.com/ansible/ansible/compare/v2.8.12...v2.8.13) [Compare Source](https://togithub.com/ansible/ansible/compare/v2.8.12...v2.8.13) ### [`v2.8.12`](https://togithub.com/ansible/ansible/compare/v2.8.11...v2.8.12) [Compare Source](https://togithub.com/ansible/ansible/compare/v2.8.11...v2.8.12) ### [`v2.8.11`](https://togithub.com/ansible/ansible/compare/v2.8.10...v2.8.11) [Compare Source](https://togithub.com/ansible/ansible/compare/v2.8.10...v2.8.11) ### [`v2.8.10`](https://togithub.com/ansible/ansible/compare/v2.8.9...v2.8.10) [Compare Source](https://togithub.com/ansible/ansible/compare/v2.8.9...v2.8.10) ### [`v2.8.9`](https://togithub.com/ansible/ansible/compare/v2.8.8...v2.8.9) [Compare Source](https://togithub.com/ansible/ansible/compare/v2.8.8...v2.8.9) ### [`v2.8.8`](https://togithub.com/ansible/ansible/compare/v2.8.7...v2.8.8) [Compare Source](https://togithub.com/ansible/ansible/compare/v2.8.7...v2.8.8) ### [`v2.8.7`](https://togithub.com/ansible/ansible/compare/v2.8.6...v2.8.7) [Compare Source](https://togithub.com/ansible/ansible/compare/v2.8.6...v2.8.7) ### [`v2.8.6`](https://togithub.com/ansible/ansible/compare/v2.8.5...v2.8.6) [Compare Source](https://togithub.com/ansible/ansible/compare/v2.8.5...v2.8.6) ### [`v2.8.5`](https://togithub.com/ansible/ansible/compare/v2.8.4...v2.8.5) [Compare Source](https://togithub.com/ansible/ansible/compare/v2.8.4...v2.8.5) ### [`v2.8.4`](https://togithub.com/ansible/ansible/compare/v2.8.3...v2.8.4) [Compare Source](https://togithub.com/ansible/ansible/compare/v2.8.3...v2.8.4) ### [`v2.8.3`](https://togithub.com/ansible/ansible/compare/v2.8.2...v2.8.3) [Compare Source](https://togithub.com/ansible/ansible/compare/v2.8.2...v2.8.3) ### [`v2.8.2`](https://togithub.com/ansible/ansible/compare/v2.8.1...v2.8.2) [Compare Source](https://togithub.com/ansible/ansible/compare/v2.8.1...v2.8.2) ### [`v2.8.1`](https://togithub.com/ansible/ansible/compare/v2.8.0...v2.8.1) [Compare Source](https://togithub.com/ansible/ansible/compare/v2.8.0...v2.8.1) ### [`v2.8.0`](https://togithub.com/ansible/ansible/compare/v2.7.18...v2.8.0) [Compare Source](https://togithub.com/ansible/ansible/compare/v2.7.18...v2.8.0) ### [`v2.7.18`](https://togithub.com/ansible/ansible/compare/v2.7.17...v2.7.18) [Compare Source](https://togithub.com/ansible/ansible/compare/v2.7.17...v2.7.18) ### [`v2.7.17`](https://togithub.com/ansible/ansible/compare/v2.7.16...v2.7.17) [Compare Source](https://togithub.com/ansible/ansible/compare/v2.7.16...v2.7.17) ### [`v2.7.16`](https://togithub.com/ansible/ansible/compare/v2.7.15...v2.7.16) [Compare Source](https://togithub.com/ansible/ansible/compare/v2.7.15...v2.7.16) ### [`v2.7.15`](https://togithub.com/ansible/ansible/compare/v2.7.14...v2.7.15) [Compare Source](https://togithub.com/ansible/ansible/compare/v2.7.14...v2.7.15) ### [`v2.7.14`](https://togithub.com/ansible/ansible/compare/v2.7.13...v2.7.14) [Compare Source](https://togithub.com/ansible/ansible/compare/v2.7.13...v2.7.14) ### [`v2.7.13`](https://togithub.com/ansible/ansible/compare/v2.7.12...v2.7.13) [Compare Source](https://togithub.com/ansible/ansible/compare/v2.7.12...v2.7.13) ### [`v2.7.12`](https://togithub.com/ansible/ansible/compare/v2.7.11...v2.7.12) [Compare Source](https://togithub.com/ansible/ansible/compare/v2.7.11...v2.7.12) ### [`v2.7.11`](https://togithub.com/ansible/ansible/compare/v2.7.10...v2.7.11) [Compare Source](https://togithub.com/ansible/ansible/compare/v2.7.10...v2.7.11) ### [`v2.7.10`](https://togithub.com/ansible/ansible/compare/v2.7.9...v2.7.10) [Compare Source](https://togithub.com/ansible/ansible/compare/v2.7.9...v2.7.10) ### [`v2.7.9`](https://togithub.com/ansible/ansible/compare/v2.7.8...v2.7.9) [Compare Source](https://togithub.com/ansible/ansible/compare/v2.7.8...v2.7.9) ### [`v2.7.8`](https://togithub.com/ansible/ansible/compare/v2.7.7...v2.7.8) [Compare Source](https://togithub.com/ansible/ansible/compare/v2.7.7...v2.7.8) ### [`v2.7.7`](https://togithub.com/ansible/ansible/compare/v2.7.6...v2.7.7) [Compare Source](https://togithub.com/ansible/ansible/compare/v2.7.6...v2.7.7) ### [`v2.7.6`](https://togithub.com/ansible/ansible/compare/v2.7.5...v2.7.6) [Compare Source](https://togithub.com/ansible/ansible/compare/v2.7.5...v2.7.6) ### [`v2.7.5`](https://togithub.com/ansible/ansible/compare/v2.7.4...v2.7.5) [Compare Source](https://togithub.com/ansible/ansible/compare/v2.7.4...v2.7.5) ### [`v2.7.4`](https://togithub.com/ansible/ansible/compare/v2.7.3...v2.7.4) [Compare Source](https://togithub.com/ansible/ansible/compare/v2.7.3...v2.7.4) ### [`v2.7.3`](https://togithub.com/ansible/ansible/compare/v2.7.2...v2.7.3) [Compare Source](https://togithub.com/ansible/ansible/compare/v2.7.2...v2.7.3) ### [`v2.7.2`](https://togithub.com/ansible/ansible/compare/v2.7.1...v2.7.2) [Compare Source](https://togithub.com/ansible/ansible/compare/v2.7.1...v2.7.2) ### [`v2.7.1`](https://togithub.com/ansible/ansible/compare/v2.7.0...v2.7.1) [Compare Source](https://togithub.com/ansible/ansible/compare/v2.7.0...v2.7.1) ### [`v2.7.0`](https://togithub.com/ansible/ansible/compare/v2.6.20...v2.7.0) [Compare Source](https://togithub.com/ansible/ansible/compare/v2.6.20...v2.7.0) ### [`v2.6.20`](https://togithub.com/ansible/ansible/compare/v2.6.19...v2.6.20) [Compare Source](https://togithub.com/ansible/ansible/compare/v2.6.19...v2.6.20) ### [`v2.6.19`](https://togithub.com/ansible/ansible/compare/v2.6.18...v2.6.19) [Compare Source](https://togithub.com/ansible/ansible/compare/v2.6.18...v2.6.19) ### [`v2.6.18`](https://togithub.com/ansible/ansible/compare/v2.6.17...v2.6.18) [Compare Source](https://togithub.com/ansible/ansible/compare/v2.6.17...v2.6.18) ### [`v2.6.17`](https://togithub.com/ansible/ansible/compare/v2.6.16...v2.6.17) [Compare Source](https://togithub.com/ansible/ansible/compare/v2.6.16...v2.6.17) ### [`v2.6.16`](https://togithub.com/ansible/ansible/compare/v2.6.15...v2.6.16) [Compare Source](https://togithub.com/ansible/ansible/compare/v2.6.15...v2.6.16) ### [`v2.6.15`](https://togithub.com/ansible/ansible/compare/v2.6.14...v2.6.15) [Compare Source](https://togithub.com/ansible/ansible/compare/v2.6.14...v2.6.15) ### [`v2.6.14`](https://togithub.com/ansible/ansible/compare/v2.6.13...v2.6.14) [Compare Source](https://togithub.com/ansible/ansible/compare/v2.6.13...v2.6.14) ### [`v2.6.13`](https://togithub.com/ansible/ansible/compare/v2.6.12...v2.6.13) [Compare Source](https://togithub.com/ansible/ansible/compare/v2.6.12...v2.6.13) ### [`v2.6.12`](https://togithub.com/ansible/ansible/compare/v2.6.11...v2.6.12) [Compare Source](https://togithub.com/ansible/ansible/compare/v2.6.11...v2.6.12) ### [`v2.6.11`](https://togithub.com/ansible/ansible/compare/v2.6.10...v2.6.11) [Compare Source](https://togithub.com/ansible/ansible/compare/v2.6.10...v2.6.11) ### [`v2.6.10`](https://togithub.com/ansible/ansible/compare/v2.6.9...v2.6.10) [Compare Source](https://togithub.com/ansible/ansible/compare/v2.6.9...v2.6.10) ### [`v2.6.9`](https://togithub.com/ansible/ansible/compare/v2.6.8...v2.6.9) [Compare Source](https://togithub.com/ansible/ansible/compare/v2.6.8...v2.6.9) ### [`v2.6.8`](https://togithub.com/ansible/ansible/compare/v2.6.7...v2.6.8) [Compare Source](https://togithub.com/ansible/ansible/compare/v2.6.7...v2.6.8) ### [`v2.6.7`](https://togithub.com/ansible/ansible/compare/v2.6.6...v2.6.7) [Compare Source](https://togithub.com/ansible/ansible/compare/v2.6.6...v2.6.7) ### [`v2.6.6`](https://togithub.com/ansible/ansible/compare/v2.6.5...v2.6.6) [Compare Source](https://togithub.com/ansible/ansible/compare/v2.6.5...v2.6.6) ### [`v2.6.5`](https://togithub.com/ansible/ansible/compare/v2.6.4...v2.6.5) [Compare Source](https://togithub.com/ansible/ansible/compare/v2.6.4...v2.6.5) ### [`v2.6.4`](https://togithub.com/ansible/ansible/compare/v2.6.3...v2.6.4) [Compare Source](https://togithub.com/ansible/ansible/compare/v2.6.3...v2.6.4) ### [`v2.6.3`](https://togithub.com/ansible/ansible/compare/v2.6.2...v2.6.3) [Compare Source](https://togithub.com/ansible/ansible/compare/v2.6.2...v2.6.3) ### [`v2.6.2`](https://togithub.com/ansible/ansible/compare/v2.6.1...v2.6.2) [Compare Source](https://togithub.com/ansible/ansible/compare/v2.6.1...v2.6.2) ### [`v2.6.1`](https://togithub.com/ansible/ansible/compare/v2.6.0...v2.6.1) [Compare Source](https://togithub.com/ansible/ansible/compare/v2.6.0...v2.6.1) ### [`v2.6.0`](https://togithub.com/ansible/ansible/compare/v2.5.15...v2.6.0) [Compare Source](https://togithub.com/ansible/ansible/compare/v2.5.15...v2.6.0) ### [`v2.5.15`](https://togithub.com/ansible/ansible/compare/v2.5.14...v2.5.15) [Compare Source](https://togithub.com/ansible/ansible/compare/v2.5.14...v2.5.15) ### [`v2.5.14`](https://togithub.com/ansible/ansible/compare/v2.5.13...v2.5.14) [Compare Source](https://togithub.com/ansible/ansible/compare/v2.5.13...v2.5.14) ### [`v2.5.13`](https://togithub.com/ansible/ansible/compare/v2.5.12...v2.5.13) [Compare Source](https://togithub.com/ansible/ansible/compare/v2.5.12...v2.5.13) ### [`v2.5.12`](https://togithub.com/ansible/ansible/compare/v2.5.11...v2.5.12) [Compare Source](https://togithub.com/ansible/ansible/compare/v2.5.11...v2.5.12) ### [`v2.5.11`](https://togithub.com/ansible/ansible/compare/v2.5.10...v2.5.11) [Compare Source](https://togithub.com/ansible/ansible/compare/v2.5.10...v2.5.11) ### [`v2.5.10`](https://togithub.com/ansible/ansible/compare/v2.5.9...v2.5.10) [Compare Source](https://togithub.com/ansible/ansible/compare/v2.5.9...v2.5.10) ### [`v2.5.9`](https://togithub.com/ansible/ansible/compare/v2.5.8...v2.5.9) [Compare Source](https://togithub.com/ansible/ansible/compare/v2.5.8...v2.5.9) ### [`v2.5.8`](https://togithub.com/ansible/ansible/compare/v2.5.7...v2.5.8) [Compare Source](https://togithub.com/ansible/ansible/compare/v2.5.7...v2.5.8) ### [`v2.5.7`](https://togithub.com/ansible/ansible/compare/v2.5.6...v2.5.7) [Compare Source](https://togithub.com/ansible/ansible/compare/v2.5.6...v2.5.7) ### [`v2.5.6`](https://togithub.com/ansible/ansible/compare/v2.5.5...v2.5.6) [Compare Source](https://togithub.com/ansible/ansible/compare/v2.5.5...v2.5.6) ### [`v2.5.5`](https://togithub.com/ansible/ansible/compare/v2.5.4...v2.5.5) [Compare Source](https://togithub.com/ansible/ansible/compare/v2.5.4...v2.5.5) ### [`v2.5.4`](https://togithub.com/ansible/ansible/compare/v2.5.3...v2.5.4) [Compare Source](https://togithub.com/ansible/ansible/compare/v2.5.3...v2.5.4) ### [`v2.5.3`](https://togithub.com/ansible/ansible/compare/v2.5.2...v2.5.3) [Compare Source](https://togithub.com/ansible/ansible/compare/v2.5.2...v2.5.3) ### [`v2.5.2`](https://togithub.com/ansible/ansible/compare/v2.5.1...v2.5.2) [Compare Source](https://togithub.com/ansible/ansible/compare/v2.5.1...v2.5.2) ### [`v2.5.1`](https://togithub.com/ansible/ansible/compare/v2.5.0...v2.5.1) [Compare Source](https://togithub.com/ansible/ansible/compare/v2.5.0...v2.5.1)

Configuration

📅 Schedule: Branch creation - "" in timezone America/Lima, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Mend Renovate. View repository job log here.

renovate[bot] commented 1 year ago

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.