mirror of
https://github.com/jayofelony/pwnagotchi.git
synced 2025-07-01 18:37:27 -04:00
change quotes to allow tab expansion
This commit is contained in:
@ -110,7 +110,7 @@
|
|||||||
lineinfile:
|
lineinfile:
|
||||||
dest: /etc/hosts
|
dest: /etc/hosts
|
||||||
regexp: '^127\.0\.1\.1[ \t]+raspberrypi'
|
regexp: '^127\.0\.1\.1[ \t]+raspberrypi'
|
||||||
line: '127.0.1.1\t{{pwnagotchi.hostname}}'
|
line: "127.0.1.1\t{{pwnagotchi.hostname}}"
|
||||||
state: present
|
state: present
|
||||||
when: hostname.changed
|
when: hostname.changed
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user