forked from ISTI-ansible-roles/ansible-roles
library/roles/smartgears/dm_pool_manager/tasks/main.yml: Fix a duplicated entry.
This commit is contained in:
parent
ff1db9ac04
commit
e530f7aba9
|
@ -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
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue