mirror of
https://github.com/ThunixdotNet/ansible.git
synced 2026-01-25 05:40:17 +00:00
Update 'roles/shell/tasks/packages.yml'
This commit is contained in:
@@ -53,11 +53,6 @@
|
|||||||
# 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 }}"
|
||||||
@@ -227,11 +222,11 @@
|
|||||||
- poezio
|
- poezio
|
||||||
- proot
|
- proot
|
||||||
- profanity
|
- profanity
|
||||||
# - python
|
- python
|
||||||
- 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
|
||||||
|
|||||||
Reference in New Issue
Block a user