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:
Andrea Dell'Amico 2017-09-14 13:30:25 +02:00
parent 30e59e6526
commit 8687fdab47
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
---
- 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
tags: [ 'smartgears', 'tomcat' ]
tags: [ 'smartgears', 'tomcat', 'smartgears_download_dir', 'smartgears_downloads_dir' ]
- name: Remove the smartgears distribution archive to force un upgrade
file: dest={{ item }} state=absent