diff --git a/examples/playbook/ansible.cfg b/examples/playbook/ansible.cfg index 24867260..350df1fb 100644 --- a/examples/playbook/ansible.cfg +++ b/examples/playbook/ansible.cfg @@ -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] diff --git a/examples/playbook/non_python_modules.yml b/examples/playbook/non_python_modules.yml new file mode 100644 index 00000000..5fb6cc75 --- /dev/null +++ b/examples/playbook/non_python_modules.yml @@ -0,0 +1,6 @@ +--- + +- hosts: all + gather_facts: false + tasks: + - bin_bash_module: