Skip to content

Commit

Permalink
Usar apt para instalar python3-apt
Browse files Browse the repository at this point in the history
Como con python3-apt se interactúa con librerias del sistema, no funciona el pip install python-apt adentro de un ambiente virtual. El paquete en debian s llama python3-apt.
  • Loading branch information
Intimaria authored Dec 5, 2023
1 parent c2c6ee4 commit 78e22d8
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions tasks/system_packages_debian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,10 @@
update_cache: yes
name:
- python3-pip
- python3-apt
- dirmngr
- gpg
state: present
-
name: Install python apt
pip:
name: python-apt
state: present
-
name: Add Apt keys
apt_key:
Expand Down

0 comments on commit 78e22d8

Please sign in to comment.