Merge "Revert "Cap ruamel.yaml install for ARA""
This commit is contained in:
commit
31a430db07
@ -13,9 +13,7 @@
|
||||
- name: Add ARA to defaults if enabled
|
||||
when: install_ansible_ara_enable
|
||||
set_fact:
|
||||
# Ruamel.yaml 0.18.0 and newer removed a bunch of deprecated functions
|
||||
# that ARA depends on. Cap the version until ARA updates.
|
||||
_install_ansible_requirements: '{{ _install_ansible_requirements + ["ara[server]", "ruamel.yaml<0.18.0"] }}'
|
||||
_install_ansible_requirements: '{{ _install_ansible_requirements + ["ara[server]"] }}'
|
||||
|
||||
- name: Set variable
|
||||
# NOTE(ianw) the block when: statement is calcuated for each task
|
||||
|
Loading…
Reference in New Issue
Block a user