Merge "Also include tzdata when installing ARA"
This commit is contained in:
commit
aa7cfefed5
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user