Skip to content

Commit 58389cc

Browse files
install python3-venv
1 parent 2f4b56a commit 58389cc

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

playbook.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -810,6 +810,10 @@
810810
apt:
811811
name: python-is-python3
812812
update_cache: yes
813+
- name: Install venv for python3 with Apt
814+
apt:
815+
name: python3-venv
816+
update_cache: yes
813817
- name: Install pip for python3 with Apt
814818
apt:
815819
name: python3-pip

0 commit comments

Comments
 (0)