examples: import broken non_python_modules.yml.

wip-fakessh-exit-status
David Wilson 6 years ago
parent cd53023768
commit e010e68874

@ -1,6 +1,7 @@
[defaults]
inventory = hosts
strategy_plugins = ../../ansible_mitogen/strategy
strategy_plugins = ../../ansible_mitogen/plugins/strategy
library = modules
retry_files_enabled = False
[ssh_connection]

@ -0,0 +1,6 @@
---
- hosts: all
gather_facts: false
tasks:
- bin_bash_module:
Loading…
Cancel
Save