From 777b726e4f4701d68aa06abbe6a5ed67497ad46c Mon Sep 17 00:00:00 2001 From: Matt Clay Date: Wed, 20 Mar 2019 14:36:23 -0700 Subject: [PATCH] Pin the ansible-runner version in tests. The tests need to be updated to support newer ansible-runner releases. --- test/integration/targets/ansible-runner/tasks/setup.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/test/integration/targets/ansible-runner/tasks/setup.yml b/test/integration/targets/ansible-runner/tasks/setup.yml index 32daf8372cc..e67f1d4b7f7 100644 --- a/test/integration/targets/ansible-runner/tasks/setup.yml +++ b/test/integration/targets/ansible-runner/tasks/setup.yml @@ -5,6 +5,7 @@ - name: Install ansible-runner pip: name: ansible-runner + version: 1.2.0 - name: Find location of ansible-runner installation command: "'{{ ansible_python_interpreter }}' -c 'import os, ansible_runner; print(os.path.dirname(ansible_runner.__file__))'"