tests: fix integration/runner/missing_module.yml on Travis.

pull/350/head
David Wilson 6 years ago
parent 3113bf6228
commit 154dc2e119

@ -4,7 +4,11 @@
connection: local
tasks:
- connection: local
command: ansible -i localhost, localhost -m missing_module
command: |
ansible -vvv
-i "{{inventory_file}}"
test-targets
-m missing_module
args:
chdir: ../..
register: out

Loading…
Cancel
Save