Commit 9fc073ca authored by Simon Cornet's avatar Simon Cornet
Browse files

feat: reintroduce newline char replacement

parent 7af854c9
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 }}"
    content: "{{ transip_key | replace('\\n', '\n') }}"
    dest: "/mnt/traefik/transip.key"
    owner: "root"
    group: "root"