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