forked from ISTI-ansible-roles/ansible-roles
Add new tags to the task that creates the downloads directory so that we can use it without running all the smartgears role.
This commit is contained in:
parent
30e59e6526
commit
8687fdab47
|
@ -1,7 +1,7 @@
|
||||||
---
|
---
|
||||||
- name: Create a directory where to store all the smartgears related downloads to avoid cluttering the home directory
|
- name: Create a directory where to store all the smartgears related downloads to avoid cluttering the home directory
|
||||||
file: dest={{ smartgears_downloads_dir }} state=directory
|
file: dest={{ smartgears_downloads_dir }} state=directory
|
||||||
tags: [ 'smartgears', 'tomcat' ]
|
tags: [ 'smartgears', 'tomcat', 'smartgears_download_dir', 'smartgears_downloads_dir' ]
|
||||||
|
|
||||||
- name: Remove the smartgears distribution archive to force un upgrade
|
- name: Remove the smartgears distribution archive to force un upgrade
|
||||||
file: dest={{ item }} state=absent
|
file: dest={{ item }} state=absent
|
||||||
|
|
Loading…
Reference in New Issue