Commit 7046c6b7 authored by Simon Cornet's avatar Simon Cornet
Browse files

feat: improve transip key logic

parent f7248732
Loading
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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"