Fix syntax error in temp file cleanup

This commit is contained in:
2021-10-02 13:04:10 +02:00
parent c6adff587a
commit 1f664148cc

View File

@@ -388,7 +388,7 @@
- name: clean up temp directory - name: clean up temp directory
file: file:
path: "{{ tempdir.path }" path: "{{ tempdir.path }}"
state: absent state: absent
- name: install portfolio performance - name: install portfolio performance