From 3e40b9ab8e74e65afc5c672cec026acc0107d61a Mon Sep 17 00:00:00 2001 From: David Wilson Date: Thu, 15 Mar 2018 04:26:02 +0545 Subject: [PATCH] issue #131: import something clean that might tickle the problem --- examples/playbook/issue_131.yml | 61 +++++++++++++++++++++++++++++++++ 1 file changed, 61 insertions(+) create mode 100644 examples/playbook/issue_131.yml 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" +