Signed-off-by: Jeroen Oudshoorn <oudshoorn.jeroen@gmail.com>
This commit is contained in:
Jeroen Oudshoorn
2023-10-31 16:14:38 +01:00
parent 9eddb44919
commit a5ee37cfe1

View File

@ -147,6 +147,10 @@
ARCHFLAGS: "-arch aarch64" ARCHFLAGS: "-arch aarch64"
tasks: tasks:
- name: get ansible facts
debug:
var: ansible_facts
- name: Create pi user - name: Create pi user
copy: copy:
dest: /boot/userconf dest: /boot/userconf
@ -190,7 +194,7 @@
update_cache: yes update_cache: yes
install_recommends: false install_recommends: false
# Install nexmon to fix wireless scanning (takes 2.5G of space) # Install nexmon to fix wireless scanning (takes 2.5G of space)
- name: clone nexmon repository - name: clone nexmon repository
git: git:
repo: https://github.com/DrSchottky/nexmon.git repo: https://github.com/DrSchottky/nexmon.git