Skip to content

Commit

Permalink
fix vcs destroy for vcenter
Browse files Browse the repository at this point in the history
  • Loading branch information
brcastel committed Mar 15, 2018
1 parent f9cf671 commit 78a2adb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/vsc-destroy/tasks/vcenter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@
name: "{{ vmname }}"
validate_certs: no
state: "absent"
when: vsc_vm_facts.failed is not defined
when: vsc_vm_facts|succeeded

0 comments on commit 78a2adb

Please sign in to comment.