create no_op symlink for crowd

This commit is contained in:
Azra Sulthana
2019-07-11 08:37:56 +00:00
parent 5adc577d3d
commit 4e86e4627d
2 changed files with 2 additions and 14 deletions

View File

@@ -1 +0,0 @@
no_op.yml

View File

@@ -0,0 +1 @@
no_op.yml

View File

@@ -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 }}"

View File

@@ -0,0 +1 @@
product_version_latest.yml