From 4e86e4627dfb13442885dccf2b679eea7491cd43 Mon Sep 17 00:00:00 2001 From: Azra Sulthana Date: Thu, 11 Jul 2019 08:37:56 +0000 Subject: [PATCH] create no_op symlink for crowd --- roles/product_install/tasks/crowd_extra_tasks.yml | 2 +- .../product_install/tasks/crowd_version_latest.yml | 14 +------------- 2 files changed, 2 insertions(+), 14 deletions(-) mode change 100644 => 120000 roles/product_install/tasks/crowd_extra_tasks.yml mode change 100644 => 120000 roles/product_install/tasks/crowd_version_latest.yml diff --git a/roles/product_install/tasks/crowd_extra_tasks.yml b/roles/product_install/tasks/crowd_extra_tasks.yml deleted file mode 100644 index 6b96fe0..0000000 --- a/roles/product_install/tasks/crowd_extra_tasks.yml +++ /dev/null @@ -1 +0,0 @@ -no_op.yml diff --git a/roles/product_install/tasks/crowd_extra_tasks.yml b/roles/product_install/tasks/crowd_extra_tasks.yml new file mode 120000 index 0000000..55832eb --- /dev/null +++ b/roles/product_install/tasks/crowd_extra_tasks.yml @@ -0,0 +1 @@ +no_op.yml \ No newline at end of file diff --git a/roles/product_install/tasks/crowd_version_latest.yml b/roles/product_install/tasks/crowd_version_latest.yml deleted file mode 100644 index 9c77711..0000000 --- a/roles/product_install/tasks/crowd_version_latest.yml +++ /dev/null @@ -1,13 +0,0 @@ ---- - -# This is the process for most products (except ServiceDesk -# basically). Symlink this to _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 }}" diff --git a/roles/product_install/tasks/crowd_version_latest.yml b/roles/product_install/tasks/crowd_version_latest.yml new file mode 120000 index 0000000..d80ce2f --- /dev/null +++ b/roles/product_install/tasks/crowd_version_latest.yml @@ -0,0 +1 @@ +product_version_latest.yml \ No newline at end of file