DCD-224: Refactor of product installer role.

This commit is contained in:
Steve Smith
2019-05-22 15:44:20 +10:00
parent fa4440de09
commit 34c6e80ffc
23 changed files with 223 additions and 162 deletions

View File

@@ -0,0 +1,9 @@
---
- name: Fetch the ServiceDesk metadata from marketplace
set_fact:
atl_servicedesk_version_json: "{{ lookup('url', '{{ atl_servicedesk_latest_url }}') }}"
- name: Set the version for ServiceDesk
set_fact:
atl_product_version: "{{ atl_servicedesk_version_json.name }}"