Signed-off-by: Jeroen Oudshoorn <oudshoorn.jeroen@gmail.com>
This commit is contained in:
Jeroen Oudshoorn
2023-10-06 19:11:38 +02:00
parent d3870589c7
commit 127bd97024
2 changed files with 2 additions and 1 deletions

View File

@ -103,7 +103,7 @@
"inline": [
"apt-get -y --allow-releaseinfo-change update",
"apt-get -y dist-upgrade",
"apt-get install -y ansible"
"apt-get install -y --no-install-recommends ansible"
]
},
{

View File

@ -187,6 +187,7 @@
name: "{{ packages.apt.install }}"
state: present
update_cache: yes
install_recommends: false
# Install nexmon to fix wireless scanning (takes 2.5G of space)
- name: clone nexmon repository