-
- Downloads
Update to ansible 2.15 (#10481)
* ansible: upgrade to version >= 2.15.5 Signed-off-by:Arthur Outhenin-Chalandre <arthur@cri.epita.fr> * tests: update requirements Signed-off-by:
Arthur Outhenin-Chalandre <arthur@cri.epita.fr> * contrib/openstack: fix wrong gitignore pattern Signed-off-by:
Arthur Outhenin-Chalandre <arthur@cri.epita.fr> * tests: add missing tzdata requirement Signed-off-by:
Arthur Outhenin-Chalandre <arthur@cri.epita.fr> * tests: remove some molecules tests Those doesn't work in Ansible 2.15. Ansible can't load builtin now apparently and these tests are not worth it. Signed-off-by:
Arthur Outhenin-Chalandre <arthur@cri.epita.fr> --------- Signed-off-by:
Arthur Outhenin-Chalandre <arthur@cri.epita.fr>
Showing
- contrib/terraform/openstack/.gitignore 1 addition, 1 deletioncontrib/terraform/openstack/.gitignore
- docs/ansible.md 1 addition, 1 deletiondocs/ansible.md
- meta/runtime.yml 1 addition, 1 deletionmeta/runtime.yml
- playbooks/ansible_version.yml 2 additions, 2 deletionsplaybooks/ansible_version.yml
- requirements.txt 5 additions, 5 deletionsrequirements.txt
- roles/adduser/molecule/default/tests/test_default.py 0 additions, 43 deletionsroles/adduser/molecule/default/tests/test_default.py
- roles/bastion-ssh-config/molecule/default/tests/test_default.py 0 additions, 40 deletions...bastion-ssh-config/molecule/default/tests/test_default.py
- tests/requirements.txt 8 additions, 7 deletionstests/requirements.txt
ansible==7.6.0 | ||
cryptography==41.0.1 | ||
ansible==8.5.0 | ||
cryptography==41.0.4 | ||
jinja2==3.1.2 | ||
jmespath==1.0.1 | ||
MarkupSafe==2.1.3 | ||
netaddr==0.8.0 | ||
netaddr==0.9.0 | ||
pbr==5.11.1 | ||
ruamel.yaml==0.17.31 | ||
ruamel.yaml.clib==0.2.7 | ||
ruamel.yaml==0.17.35 | ||
ruamel.yaml.clib==0.2.8 |
Please register or sign in to comment