From da391f054212b22995c091447f80862be9339085 Mon Sep 17 00:00:00 2001 From: David Wilson Date: Sun, 12 Aug 2018 13:46:46 +0100 Subject: [PATCH] tests: fix host limit. --- .../issue_332_ansiblemoduleerror_first_occurrence.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/ansible/regression/issue_332_ansiblemoduleerror_first_occurrence.yml b/tests/ansible/regression/issue_332_ansiblemoduleerror_first_occurrence.yml index 3a64455e..0162c210 100644 --- a/tests/ansible/regression/issue_332_ansiblemoduleerror_first_occurrence.yml +++ b/tests/ansible/regression/issue_332_ansiblemoduleerror_first_occurrence.yml @@ -2,7 +2,7 @@ # AnsibleModuleError. Ensure file fails correctly. - name: regression/issue_332_ansiblemoduleerror_first_occurrence.yml - hosts: all + hosts: test-targets tasks: - file: path=/usr/bin/does-not-exist mode='a-s' state=file follow=yes ignore_errors: true