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

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

View File

@ -16,6 +16,11 @@
# url: http://deb.thunix.net/release.key
# state: present
- name: Install Python 3.7
apt:
name: python3.7
state: present
- name: Install baseline packages
apt:
name: "{{ packages }}"
@ -35,7 +40,7 @@
- man
- members
- pflogsumm
- python
# - python
- python-certbot-apache
- python-httplib2
- python-jinja2