diff --git a/roles/python/tasks/Debian.yaml b/roles/python/tasks/Debian.yaml index a377eb0..97c9c87 100644 --- a/roles/python/tasks/Debian.yaml +++ b/roles/python/tasks/Debian.yaml @@ -3,7 +3,8 @@ become: true apt: name: + - python-is-python3 - python3 - python3-pip + - python3-venv - python3-virtualenv - - python-is-python3