diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/integration/openshift_health_checker/teardown_container.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/integration/openshift_health_checker/teardown_container.yml b/test/integration/openshift_health_checker/teardown_container.yml index fe11e2617..e84fee1f5 100644 --- a/test/integration/openshift_health_checker/teardown_container.yml +++ b/test/integration/openshift_health_checker/teardown_container.yml @@ -21,3 +21,4 @@ docker_container: name: "{{ inventory_hostname }}" state: absent + failed_when: False |