change quotes to allow tab expansion
This commit is contained in:
parent
7a721be7dc
commit
84fa293a11
@ -110,7 +110,7 @@
|
||||
lineinfile:
|
||||
dest: /etc/hosts
|
||||
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
|
||||
when: hostname.changed
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user