Overwrite atl_download_format for crowd

This commit is contained in:
Azra Sulthana
2019-07-15 06:54:58 +00:00
parent 6224ecfbad
commit 20b0b3db89
3 changed files with 8 additions and 3 deletions

View File

@@ -142,6 +142,7 @@
src: "{{ atl_product_family }}.varfile.j2"
dest: "{{ atl_product_varfile }}"
mode: 0755
when: atl_product_edition!= "crowd"
# NOTE: We run the installer as the user rather than root to limit its
# actions. For example, if root and the 'jira' user exists then it
@@ -155,6 +156,10 @@
become_user: "{{ atl_product_user }}"
when: atl_product_edition!= "crowd"
- debug:
msg: "FORMAT - {{ atl_download_format }}"
- name: Unpack the downloaded application depending on format
include_tasks: "unpack_{{ atl_download_format }}.yml"