Skip to content

Commit 3297f2c

Browse files
Missing quote
1 parent 1118194 commit 3297f2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/cleanup.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
- name: ANSISTRANO | Remove rolled back version
33
file:
44
state: absent
5-
path: "{{ ansistrano_releases_path.stdout }}/{{ ansistrano_current_release_version.stdout }}
5+
path: "{{ ansistrano_releases_path.stdout }}/{{ ansistrano_current_release_version.stdout }}"
66
when: ansistrano_remove_rolled_back

0 commit comments

Comments
 (0)