tests: fix host limit.
This commit is contained in:
parent
ce058eb8bd
commit
da391f0542
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue