Skip to content

Commit 01819b6

Browse files
author
Artem Eroshenko
committed
Update ansible script
1 parent 3265be9 commit 01819b6

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

testing/roles/stop/tasks/stop-gridrouter.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@
55
state: absent
66

77
- name: delete workspace
8-
file: path={{ workspace }} state=absent
8+
file: path={{ workspace }} state=absent
9+
ignore_errors: yes

testing/roles/test/tasks/run-tests.yml

+1
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,4 @@
3333

3434
- name: "{{ language }} | delete project"
3535
file: path={{ project }} state=absent
36+
ignore_errors: yes

0 commit comments

Comments
 (0)