PP: Remove temporary directory after download

This commit is contained in:
2021-10-02 11:08:37 +02:00
parent 9eb5d1362b
commit 44f7cc4152

View File

@@ -390,6 +390,11 @@
dest: "{{ tempdir.path }}/PortfolioPerformance"
remote_src: true
- name: clean up temp directory
file:
path: "{{ tempdir.path }"
state: absent
- name: install portfolio performance
synchronize:
src: "{{ tempdir.path }}/PortfolioPerformance"