add crb repo enabled
This commit is contained in:
parent
05169535bb
commit
65c742cf2d
6
venv.yml
6
venv.yml
@ -9,6 +9,12 @@
|
|||||||
|
|
||||||
|
|
||||||
tasks:
|
tasks:
|
||||||
|
- name: Enable CRB repository for python3-wheel
|
||||||
|
ansible.builtin.yum_repository:
|
||||||
|
name: crb
|
||||||
|
enabled: true
|
||||||
|
|
||||||
|
|
||||||
- name: Ensure virtualenv command is present
|
- name: Ensure virtualenv command is present
|
||||||
ansible.builtin.package:
|
ansible.builtin.package:
|
||||||
name:
|
name:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user