Merge "Also include tzdata when installing ARA"

This commit is contained in:
Zuul 2025-03-12 14:49:03 +00:00 committed by Gerrit Code Review
commit aa7cfefed5

View File

@ -14,7 +14,7 @@
- name: Add ARA to defaults if enabled
when: install_ansible_ara_enable
set_fact:
_install_ansible_requirements: '{{ _install_ansible_requirements + ["ara[server]"] }}'
_install_ansible_requirements: '{{ _install_ansible_requirements + ["ara[server]", "tzdata"] }}'
- name: Set variable
# NOTE(ianw) the block when: statement is calcuated for each task