Put quotes around variables

This commit is contained in:
flyingscorpio@arch-desktop 2021-10-31 13:37:53 +01:00
parent a189792ad1
commit 94d774b5b1

View file

@ -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") }}"