Skip to content

Commit 2a1aede

Browse files
Don't fail when stopping the lingering ssh session
1 parent 5f3a282 commit 2a1aede

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

playbooks/provision.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@
4646
ansible.builtin.command:
4747
cmd: ssh -O stop root@{{ inventory_hostname }} -p 8922
4848
changed_when: true
49+
failed_when: false
4950
tags:
5051
- molecule-notest
5152

0 commit comments

Comments
 (0)