Loading tasks/traefik.yaml +3 −3 Original line number Diff line number Diff line Loading @@ -21,13 +21,13 @@ # transip apikey - name: "traefik - transip api" ansible.builtin.file: ansible.builtin.copy: content: "{{ transip_key | default('') }}" dest: "/mnt/traefik/transip.key" state: "touch" owner: "root" group: "root" mode: "0600" changed_when: false notify: "restart traefik" # touch acme.json - name: "treafik - acme.json" Loading Loading
tasks/traefik.yaml +3 −3 Original line number Diff line number Diff line Loading @@ -21,13 +21,13 @@ # transip apikey - name: "traefik - transip api" ansible.builtin.file: ansible.builtin.copy: content: "{{ transip_key | default('') }}" dest: "/mnt/traefik/transip.key" state: "touch" owner: "root" group: "root" mode: "0600" changed_when: false notify: "restart traefik" # touch acme.json - name: "treafik - acme.json" Loading