Skip to content

Commit 8c8a53c

Browse files
author
Rodrique Heron
committed
add additional failed conditions
1 parent acd1851 commit 8c8a53c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tasks/deploy-vm.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,9 @@
115115
register: deploy_vm
116116
failed_when: "('Domain installation does not' in deploy_vm.stderr) or
117117
('failed to' in deploy_vm.stderr) or
118-
('ERROR' in deploy_vm.stderr)"
118+
('ERROR' in deploy_vm.stderr) or
119+
('usage' in deploy_vm.stderr)"
120+
119121
- debug:
120122
msg: "{{ deploy_vm }}"
121123
verbosity: 2

0 commit comments

Comments
 (0)