„raspberry.yml“ ändern
This commit is contained in:
parent
83da8c3845
commit
1a1424eee6
@ -29,7 +29,6 @@
|
|||||||
echo "$(date) $$" >> /var/log/raspi-wifi-country.log
|
echo "$(date) $$" >> /var/log/raspi-wifi-country.log
|
||||||
backup: yes
|
backup: yes
|
||||||
validate: /bin/bash -n %s
|
validate: /bin/bash -n %s
|
||||||
notify: run genpw.sh
|
|
||||||
|
|
||||||
- name: /usr/local/sbin/raspi-wifi-country.sh shebang
|
- name: /usr/local/sbin/raspi-wifi-country.sh shebang
|
||||||
lineinfile:
|
lineinfile:
|
||||||
@ -37,7 +36,7 @@
|
|||||||
insertbefore: BOF
|
insertbefore: BOF
|
||||||
line: "#!/bin/bash -e"
|
line: "#!/bin/bash -e"
|
||||||
|
|
||||||
- name: Gen initial passwords if not exists
|
- name: run /usr/local/sbin/raspi-wifi-country.sh
|
||||||
ansible.builtin.shell: ./raspi-wifi-country.sh
|
ansible.builtin.shell: ./raspi-wifi-country.sh
|
||||||
args:
|
args:
|
||||||
chdir: /usr/local/sbin
|
chdir: /usr/local/sbin
|
||||||
|
Loading…
Reference in New Issue
Block a user