Commit 896505d3 authored by Simon Cornet's avatar Simon Cornet
Browse files

feat: improve transip newline magic

parent 7046c6b7
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -22,7 +22,7 @@
# transip apikey
- name: "traefik - transip api"
  ansible.builtin.copy:
    content: "{{ transip_key | default('') }}"
    content: "{{ transip_key | replace('\\n', '\n') }}"
    dest: "/mnt/traefik/transip.key"
    owner: "root"
    group: "root"