Update 'roles/shell/tasks/packages.yml'

This commit is contained in:
deepend 2023-06-27 19:45:58 +00:00
parent 5b72746726
commit 959f72e669
1 changed files with 2 additions and 7 deletions

View File

@ -53,11 +53,6 @@
# state: present
# update_cache: yes
- name: Install Python 3.7
apt:
name: python3.7
state: present
- name: Install baseline packages
apt:
name: "{{ packages }}"
@ -227,11 +222,11 @@
- poezio
- proot
- profanity
# - python
- python
- python-certbot-apache
# - python-pip
# - python-potr
# - python3
- python3
- python3-django
- python3-flask
- python3-pip