From f8491716beb4ba5640a23cbc1e5f7b393c4045ca Mon Sep 17 00:00:00 2001 From: Roberto Date: Mon, 29 Jan 2018 18:18:20 +0100 Subject: [PATCH] group_vars/ckan_bb/ckan_bb.yml add new scopes group_vars/sdmx_datasource_dev/sdmx_datasource_dev.yml app context changed ../library/roles/smartgears/smartgears/tasks/smartgears-app.yml removed smargears_conf tag from "get the smart distro" and "Remove the smartgears-distribution files" --- smartgears/smartgears/tasks/smartgears-app.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/smartgears/smartgears/tasks/smartgears-app.yml b/smartgears/smartgears/tasks/smartgears-app.yml index cfd37015..dc6aa04b 100644 --- a/smartgears/smartgears/tasks/smartgears-app.yml +++ b/smartgears/smartgears/tasks/smartgears-app.yml @@ -16,13 +16,13 @@ with_items: '{{ tomcat_m_instances }}' register: smartgears_download when: not item.skip_smartgears - tags: [ 'smartgears', 'smartgears_distribution', 'tomcat', 'smartgears_conf' ] + tags: [ 'smartgears', 'smartgears_distribution', 'tomcat'] - name: Remove the smartgears-distribution files shell: find {{ smartgears_downloads_dir }} -type d -name smartgears-distribution-\* -exec rm -fr {} \; ignore_errors: yes when: ( smartgears_download | changed ) - tags: [ 'smartgears', 'smartgears_distribution', 'tomcat', 'smartgears_conf' ] + tags: [ 'smartgears', 'smartgears_distribution', 'tomcat'] - name: Unarchive the smartgears distribution become: True