Pin the ansible-runner version in tests.
The tests need to be updated to support newer ansible-runner releases.
This commit is contained in:
parent
3ea05f7757
commit
777b726e4f
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@
|
||||||
- name: Install ansible-runner
|
- name: Install ansible-runner
|
||||||
pip:
|
pip:
|
||||||
name: ansible-runner
|
name: ansible-runner
|
||||||
|
version: 1.2.0
|
||||||
|
|
||||||
- name: Find location of ansible-runner installation
|
- name: Find location of ansible-runner installation
|
||||||
command: "'{{ ansible_python_interpreter }}' -c 'import os, ansible_runner; print(os.path.dirname(ansible_runner.__file__))'"
|
command: "'{{ ansible_python_interpreter }}' -c 'import os, ansible_runner; print(os.path.dirname(ansible_runner.__file__))'"
|
||||||
|
|
Loading…
Reference in a new issue