From a5fd86cf6d62bb6ecb624edfc0b3775705e46f06 Mon Sep 17 00:00:00 2001 From: Toshio Kuratomi Date: Tue, 12 Jun 2018 16:16:15 -0700 Subject: [PATCH] Tasks that are expected to fail need to begin with a special string --- test/integration/targets/no_log/no_log_local.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/targets/no_log/no_log_local.yml b/test/integration/targets/no_log/no_log_local.yml index 69a55fdb4fe..aacf7de2769 100644 --- a/test/integration/targets/no_log/no_log_local.yml +++ b/test/integration/targets/no_log/no_log_local.yml @@ -73,7 +73,7 @@ gather_facts: no connection: ssh tasks: - - name: Fail to run a lineinfile task + - name: 'EXPECTED FAILURE: Fail to run a lineinfile task' vars: logins: - machine: foo