Update 'roles/common/tasks/packages.yml'
This commit is contained in:
parent
d9ba5ba9e2
commit
5b72746726
|
@ -16,11 +16,6 @@
|
||||||
# url: http://deb.thunix.net/release.key
|
# url: http://deb.thunix.net/release.key
|
||||||
# state: present
|
# state: present
|
||||||
|
|
||||||
- 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 }}"
|
||||||
|
@ -40,7 +35,7 @@
|
||||||
- man
|
- man
|
||||||
- members
|
- members
|
||||||
- pflogsumm
|
- pflogsumm
|
||||||
# - python
|
- python
|
||||||
- python-certbot-apache
|
- python-certbot-apache
|
||||||
- python-httplib2
|
- python-httplib2
|
||||||
- python-jinja2
|
- python-jinja2
|
||||||
|
|
Loading…
Reference in New Issue