feat: improve transip key logic
This commit is contained in:
parent
f7248732b8
commit
7046c6b75a
1 changed files with 3 additions and 3 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue