Skip to content

Commit

Permalink
Fixed Cloudflare DNS task
Browse files Browse the repository at this point in the history
  • Loading branch information
ntimo committed Jun 5, 2021
1 parent 2e282dc commit 510e2fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mailcow-delete-server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
zone: "{{ mailcow__dns_zone }}"
record: "{{ mailcow__hostname_local_part }}"
type: A
account_api_token: "{{ vault__cloudflare__apitoken }}"
api_token: "{{ vault__cloudflare__apitoken }}"

- name: "Delete aaaa record for {{ mailcow__hostname }}"
community.general.cloudflare_dns:
Expand Down

0 comments on commit 510e2fc

Please sign in to comment.