Signed-off-by: Jeroen Oudshoorn <oudshoorn.jeroen@gmail.com>
This commit is contained in:
Jeroen Oudshoorn
2023-10-05 23:02:09 +02:00
parent 3efc3d2425
commit 955c1e7f2d
2 changed files with 6 additions and 5 deletions

View File

@ -182,14 +182,11 @@
regexp: "^CONF_SWAPSIZE=.*$"
line: "CONF_SWAPSIZE=2048"
- name: update apt package cache
apt:
update_cache: yes
- name: install packages
apt:
name: "{{ packages.apt.install }}"
state: present
update_cache: yes
# Install nexmon to fix wireless scanning (takes 2.5G of space)
- name: clone nexmon repository
@ -631,6 +628,10 @@
apt:
autoclean: true
- name: clean apt cache
apt:
clean: true
- name: remove dependencies that are no longer required
apt:
autoremove: yes

View File

@ -1,4 +1,4 @@
gym
gymnasium
shimmy
pycryptodome
requests