From a26e1589e2f964eb51e6b63ebe29e3946273687c Mon Sep 17 00:00:00 2001 From: David Wilson Date: Thu, 1 Mar 2018 03:18:47 +0545 Subject: [PATCH] examples: import broken non_python_modules.yml. --- examples/playbook/ansible.cfg | 3 ++- examples/playbook/non_python_modules.yml | 6 ++++++ 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 examples/playbook/non_python_modules.yml 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: