diff --git a/raspberry.yml b/raspberry.yml index 898d2ae..3135f3c 100644 --- a/raspberry.yml +++ b/raspberry.yml @@ -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