move back to package module

This commit is contained in:
2023-11-10 10:36:44 -05:00
parent a16574ebfd
commit 2116b3e3a3

View File

@ -7,7 +7,7 @@
tasks:
- name: Ensure virtualenv command is present
ansible.builtin.dnf:
ansible.builtin.package:
name: virtualenv
state: present