tests: fix host limit.

This commit is contained in:
David Wilson 2018-08-12 13:46:46 +01:00
parent ce058eb8bd
commit da391f0542
1 changed files with 1 additions and 1 deletions

View File

@ -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