* 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
13 lines
238 B
Plaintext
13 lines
238 B
Plaintext
-r ../requirements.txt
|
|
ansible-lint==6.22.2
|
|
apache-libcloud==3.8.0
|
|
ara[server]==1.7.0
|
|
dopy==0.3.7
|
|
molecule==6.0.2
|
|
molecule-plugins[vagrant]==23.5.0
|
|
python-vagrant==1.0.0
|
|
pytest-testinfra==9.0.0
|
|
tox==4.11.3
|
|
yamllint==1.32.0
|
|
tzdata==2023.3
|