From 959f72e66946ef416e50bae3ad9d67ef05ac28e0 Mon Sep 17 00:00:00 2001 From: deepend Date: Tue, 27 Jun 2023 19:45:58 +0000 Subject: [PATCH] Update 'roles/shell/tasks/packages.yml' --- roles/shell/tasks/packages.yml | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/roles/shell/tasks/packages.yml b/roles/shell/tasks/packages.yml index c43d8ff..98ef408 100644 --- a/roles/shell/tasks/packages.yml +++ b/roles/shell/tasks/packages.yml @@ -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