From 84fa293a11d70d0d6438ffc531f458298e2faabb Mon Sep 17 00:00:00 2001 From: Cassiano Aquino Date: Mon, 21 Oct 2019 17:58:00 +0100 Subject: [PATCH] change quotes to allow tab expansion --- builder/pwnagotchi.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builder/pwnagotchi.yml b/builder/pwnagotchi.yml index 6356d18f..e60e345d 100644 --- a/builder/pwnagotchi.yml +++ b/builder/pwnagotchi.yml @@ -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