use command instead of yum_repo
This commit is contained in:
parent
65c742cf2d
commit
f99abb7273
6
venv.yml
6
venv.yml
@ -10,9 +10,9 @@
|
|||||||
|
|
||||||
tasks:
|
tasks:
|
||||||
- name: Enable CRB repository for python3-wheel
|
- name: Enable CRB repository for python3-wheel
|
||||||
ansible.builtin.yum_repository:
|
ansible.builtin.command:
|
||||||
name: crb
|
cmd: dnf config-manager --enable crb
|
||||||
enabled: true
|
changed_when: true
|
||||||
|
|
||||||
|
|
||||||
- name: Ensure virtualenv command is present
|
- name: Ensure virtualenv command is present
|
||||||
|
Loading…
x
Reference in New Issue
Block a user