default fail to no for machine-test.yml

This commit is contained in:
2022-05-06 11:18:07 -04:00
parent 1f82f10219
commit ffeb19db64

View File

@ -7,7 +7,7 @@
vars: vars:
# These vars are used to purposefully fail a node # 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') }}" host_to_fail : "{{ tower_host_to_fail | default('lab-prod-1') }}"