tests: fix host limit.

pull/350/head
David Wilson 6 years ago
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…
Cancel
Save