ziion-tools/ansible/roles/brownie/tasks/install-python3venv.yml

10 lines
171 B
YAML
Raw Normal View History

2022-10-28 11:03:50 +00:00
- name: Install python3-venv
become_user: root
become: true
apt:
state: present
update_cache: yes
cache_valid_time: 604800
pkg:
2022-10-28 11:03:50 +00:00
- python3-venv