library/roles/smartgears/dm_pool_manager/tasks/main.yml: Fix a duplicated entry.

This commit is contained in:
Andrea Dell'Amico 2018-12-07 12:59:29 +01:00
parent ff1db9ac04
commit e530f7aba9
1 changed files with 0 additions and 2 deletions

View File

@ -23,12 +23,10 @@
- name: Remove the work folder
file: dest={{ smartgears_user_home }}/dataminer-pool-manager/work state=absent
file: dest={{ smartgears_user_home }}/dataminer-pool-manager/work state=directory
when: dm_pool_manager_download is changed
- name: Remove the job folder
file: dest={{ smartgears_user_home }}/dataminer-pool-manager/jobs state=absent
file: dest={{ smartgears_user_home }}/dataminer-pool-manager/jobs state=directory
when: dm_pool_manager_download is changed