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

This commit is contained in:
deepend 2023-06-27 19:04:42 +00:00
parent b3a168c0d5
commit 2a1fafe834
1 changed files with 6 additions and 1 deletions

View File

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