1fbac24739
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>
6 lines
145 B
YAML
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
|