Put quotes around variables
This commit is contained in:
parent
a189792ad1
commit
94d774b5b1
1 changed files with 1 additions and 1 deletions
|
@ -20,4 +20,4 @@
|
|||
ask-become-pass: true
|
||||
user: flyingscorpio
|
||||
state: present
|
||||
key: {{ lookup("file", "~/.ssh/id_ed25519_lime2.pub") }}
|
||||
key: "{{ lookup("file", "~/.ssh/id_ed25519_lime2.pub") }}"
|
||||
|
|
Loading…
Reference in a new issue