better color handling
This commit is contained in:
@@ -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
|
||||
|
@@ -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: |
|
||||
|
Reference in New Issue
Block a user