[CI] Do not install wheel
We do not need to build wheels here. Change-Id: I1e3641f83a16cdc367c2643d643076a25034ffe4
This commit is contained in:
parent
1b74b18c2e
commit
d096103e2b
@ -41,27 +41,13 @@
|
|||||||
tasks:
|
tasks:
|
||||||
# NOTE(yoctozepto): we use gawk to add time to each logged line
|
# NOTE(yoctozepto): we use gawk to add time to each logged line
|
||||||
# outside of Ansible (e.g. for init-runonce)
|
# outside of Ansible (e.g. for init-runonce)
|
||||||
- name: Install gawk and Python modules (Debian/Ubuntu)
|
- name: Install gawk and required Python modules
|
||||||
apt:
|
become: true
|
||||||
|
package:
|
||||||
name:
|
name:
|
||||||
- gawk
|
- gawk
|
||||||
- python3-pip
|
- python3-pip
|
||||||
- python3-setuptools
|
- python3-setuptools
|
||||||
- python3-wheel
|
|
||||||
become: true
|
|
||||||
when: ansible_facts.os_family == 'Debian'
|
|
||||||
|
|
||||||
# NOTE(mnasiadka): python3-wheel is in crb repo for EL9
|
|
||||||
- name: Install gawk and Python modules (RedHat)
|
|
||||||
dnf:
|
|
||||||
enablerepo: "crb"
|
|
||||||
name:
|
|
||||||
- gawk
|
|
||||||
- python3-pip
|
|
||||||
- python3-setuptools
|
|
||||||
- python3-wheel
|
|
||||||
become: true
|
|
||||||
when: ansible_facts.os_family == 'RedHat'
|
|
||||||
|
|
||||||
- name: Ensure /tmp/logs/ dir
|
- name: Ensure /tmp/logs/ dir
|
||||||
file:
|
file:
|
||||||
|
Loading…
Reference in New Issue
Block a user