From ffeb19db6494c9eba3bca0cb9ee95f5ed29ddcce Mon Sep 17 00:00:00 2001 From: Chris Hammer Date: Fri, 6 May 2022 11:18:07 -0400 Subject: [PATCH] default fail to no for machine-test.yml --- machine-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/machine-test.yml b/machine-test.yml index 96239ec..d10de70 100644 --- a/machine-test.yml +++ b/machine-test.yml @@ -7,7 +7,7 @@ vars: # These vars are used to purposefully fail a node - fail_host : "{{ tower_fail_host | default('yes') }}" + fail_host : "{{ tower_fail_host | default('no') }}" host_to_fail : "{{ tower_host_to_fail | default('lab-prod-1') }}"