mirror of
https://github.com/containers/ansible-podman-collections.git
synced 2026-03-22 02:29:08 +00:00
Fix Python version in CI for latest Ansible 2.19 (#951)
Signed-off-by: Sagi Shnaidman <sshnaidm@redhat.com>
This commit is contained in:
parent
43e9e4c5aa
commit
e12f269323
9 changed files with 35 additions and 47 deletions
|
|
@ -36,10 +36,8 @@
|
|||
- distro == 'CentOS7'
|
||||
- setup_python|default(true)|bool
|
||||
|
||||
- name: Upgrade pip
|
||||
pip:
|
||||
name: pip
|
||||
extra_args: --upgrade
|
||||
- name: Install Python packaging
|
||||
command: pip install --upgrade setuptools packaging pip
|
||||
environment:
|
||||
PATH: /usr/local/bin:{{ ansible_env.PATH }}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue