forked from ISTI-ansible-roles/ansible-roles
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:
parent
45e40eb5d2
commit
f8491716be
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue