Merge "Revert "Cap ruamel.yaml install for ARA""

This commit is contained in:
Zuul 2023-10-26 22:10:14 +00:00 committed by Gerrit Code Review
commit 31a430db07

View File

@ -13,9 +13,7 @@
- name: Add ARA to defaults if enabled - name: Add ARA to defaults if enabled
when: install_ansible_ara_enable when: install_ansible_ara_enable
set_fact: set_fact:
# Ruamel.yaml 0.18.0 and newer removed a bunch of deprecated functions _install_ansible_requirements: '{{ _install_ansible_requirements + ["ara[server]"] }}'
# that ARA depends on. Cap the version until ARA updates.
_install_ansible_requirements: '{{ _install_ansible_requirements + ["ara[server]", "ruamel.yaml<0.18.0"] }}'
- name: Set variable - name: Set variable
# NOTE(ianw) the block when: statement is calcuated for each task # NOTE(ianw) the block when: statement is calcuated for each task