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