Loading tasks/traefik.yaml +1 −1 Original line number Diff line number Diff line Loading @@ -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" Loading Loading
tasks/traefik.yaml +1 −1 Original line number Diff line number Diff line Loading @@ -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" Loading