diff --git a/examples/playbook/issue_131.yml b/examples/playbook/issue_131.yml new file mode 100644 index 00000000..9c3aa0f4 --- /dev/null +++ b/examples/playbook/issue_131.yml @@ -0,0 +1,61 @@ +--- + +# Hopeful reproduction for issue #131. +# Run lots of steps (rather than just one) so WorkerProcess and suchlike +# machinery is constantly recreated. + +- hosts: all + gather_facts: no + tasks: + + - shell: "true" + - shell: "true" + - shell: "true" + - shell: "true" + - shell: "true" + - shell: "true" + - shell: "true" + - shell: "true" + - shell: "true" + - shell: "true" + - shell: "true" + - shell: "true" + - shell: "true" + - shell: "true" + - shell: "true" + - shell: "true" + - shell: "true" + - shell: "true" + - shell: "true" + - shell: "true" + - shell: "true" + - shell: "true" + - shell: "true" + - shell: "true" + - shell: "true" + - shell: "true" + - shell: "true" + - shell: "true" + - shell: "true" + - shell: "true" + - shell: "true" + - shell: "true" + - shell: "true" + - shell: "true" + - shell: "true" + - shell: "true" + - shell: "true" + - shell: "true" + - shell: "true" + - shell: "true" + - shell: "true" + - shell: "true" + - shell: "true" + - shell: "true" + - shell: "true" + - shell: "true" + - shell: "true" + - shell: "true" + - shell: "true" + - shell: "true" +