mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-14 00:43:06 -06:00
create no_op symlink for crowd
This commit is contained in:
@@ -1 +0,0 @@
|
|||||||
no_op.yml
|
|
||||||
1
roles/product_install/tasks/crowd_extra_tasks.yml
Symbolic link
1
roles/product_install/tasks/crowd_extra_tasks.yml
Symbolic link
@@ -0,0 +1 @@
|
|||||||
|
no_op.yml
|
||||||
@@ -1,13 +0,0 @@
|
|||||||
---
|
|
||||||
|
|
||||||
# This is the process for most products (except ServiceDesk
|
|
||||||
# basically). Symlink this to <edition>_version_latest.yml for each
|
|
||||||
# product that supports the standard marketplace API.
|
|
||||||
|
|
||||||
- name: Fetch the latest version from URL
|
|
||||||
set_fact:
|
|
||||||
atl_product_version_json: "{{ lookup('url', '{{ atl_product_latest_version_url }}') }}"
|
|
||||||
|
|
||||||
- name: Set the local var to retrieved version
|
|
||||||
set_fact:
|
|
||||||
atl_latest_version: "{{ atl_product_version_json.version }}"
|
|
||||||
1
roles/product_install/tasks/crowd_version_latest.yml
Symbolic link
1
roles/product_install/tasks/crowd_version_latest.yml
Symbolic link
@@ -0,0 +1 @@
|
|||||||
|
product_version_latest.yml
|
||||||
Reference in New Issue
Block a user