mirror of
https://github.com/ThunixdotNet/ansible.git
synced 2026-01-24 21:40:17 +00:00
Update 'roles/common/tasks/packages.yml'
This commit is contained in:
@@ -16,11 +16,6 @@
|
||||
# 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 }}"
|
||||
@@ -40,7 +35,7 @@
|
||||
- man
|
||||
- members
|
||||
- pflogsumm
|
||||
# - python
|
||||
- python
|
||||
- python-certbot-apache
|
||||
- python-httplib2
|
||||
- python-jinja2
|
||||
|
||||
Reference in New Issue
Block a user