better color handling

This commit is contained in:
2023-11-20 14:41:40 +01:00
parent 08bdfe970c
commit 3d27a0ee04
8 changed files with 35 additions and 30 deletions

View File

@@ -33,7 +33,7 @@
- name: Copy keys python file
copy:
src: ../keys.py
src: ../src/keys.py
dest: "{{ code_dest }}/keys.py"
- name: Copy unit files

View File

@@ -57,14 +57,6 @@
wait_for_connection:
delay: 5
timeout: 300
# - name: Add wifi networks from template
# template:
# src: templates/wpa_supplicant.conf.j2
# dest: /etc/wpa_supplicant/wpa_supplicant.conf
# owner: root
# group: root
# mode: 0600
- name: Use raspi-config to set WIFI country
shell: |