Upgrade ansible-core to 2.16.4 (#10984)

* upgrade ansible version

Needed for with_first_found to work correctly:
https://github.com/ansible/ansible/issues/70772 fixed in 2.16

* Remove unused google cloud cloud_playbook

* Fix dpkg_selection on non-existing packages

Needed since ansible-core>2.16, see:
f10d11bcdc
This commit is contained in:
Max Gautier
2024-03-14 09:12:45 +00:00
committed by GitHub
parent 7f785a5e4e
commit 7f6ca804a1
10 changed files with 10 additions and 241 deletions

View File

@ -1,2 +1,2 @@
---
requires_ansible: '>=2.15.5'
requires_ansible: '>=2.16.4'