summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/ansible-runner/tasks/setup.yml
diff options
context:
space:
mode:
Diffstat (limited to 'test/integration/targets/ansible-runner/tasks/setup.yml')
-rw-r--r--test/integration/targets/ansible-runner/tasks/setup.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/integration/targets/ansible-runner/tasks/setup.yml b/test/integration/targets/ansible-runner/tasks/setup.yml
new file mode 100644
index 0000000..7ee66b2
--- /dev/null
+++ b/test/integration/targets/ansible-runner/tasks/setup.yml
@@ -0,0 +1,4 @@
+- name: Install ansible-runner
+ pip:
+ name: ansible-runner
+ version: 2.2.0