feat: improve transip newline magic
This commit is contained in:
parent
7046c6b75a
commit
896505d30a
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@
|
||||||
# transip apikey
|
# transip apikey
|
||||||
- name: "traefik - transip api"
|
- name: "traefik - transip api"
|
||||||
ansible.builtin.copy:
|
ansible.builtin.copy:
|
||||||
content: "{{ transip_key | default('') }}"
|
content: "{{ transip_key | replace('\\n', '\n') }}"
|
||||||
dest: "/mnt/traefik/transip.key"
|
dest: "/mnt/traefik/transip.key"
|
||||||
owner: "root"
|
owner: "root"
|
||||||
group: "root"
|
group: "root"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue