mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 05:12:45 +00:00
Pin the ansible-runner version in tests.
The tests need to be updated to support newer ansible-runner releases.
This commit is contained in:
@@ -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__))'"
|
||||
|
||||
Reference in New Issue
Block a user