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"
This commit is contained in:
Roberto Cirillo 2018-01-29 18:18:20 +01:00
parent 45e40eb5d2
commit f8491716be
1 changed files with 2 additions and 2 deletions

View File

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