ansible/test/integration/targets/ansible-runner/tasks/setup.yml
Alan Rominger 1fbac24739
Update ansible-runner tests version and deps (#72197)
We could not find reason for the docutils install so trying out removing it.
Also bumping to latest version of ansible-runner

Skip all python2 versions because next ansible-runner drops it

Co-authored-by: Elijah DeLee <kdelee@redhat.com>
2020-11-18 11:00:04 -05:00

6 lines
145 B
YAML

- name: Install ansible-runner
pip:
name: ansible-runner
version: 1.4.6
extra_args:
-c {{ role_path }}/files/constraints.txt