use command instead of yum_repo

This commit is contained in:
Chris Hammer 2023-11-10 12:40:32 -05:00
parent 65c742cf2d
commit f99abb7273

View File

@ -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