From 9478dd21ed43b89a4d58c58c633538584f7f3b2f Mon Sep 17 00:00:00 2001 From: Nikolai Rodionov Date: Thu, 9 May 2024 11:09:50 +0200 Subject: [PATCH] Format the cloudflare playbook --- playbooks/other/cloudflare/playbook.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/playbooks/other/cloudflare/playbook.yml b/playbooks/other/cloudflare/playbook.yml index ecf2a18..3c28b41 100644 --- a/playbooks/other/cloudflare/playbook.yml +++ b/playbooks/other/cloudflare/playbook.yml @@ -27,10 +27,10 @@ - name: Dummy public ip when: state == "absent" set_fact: - public_ip: 0.0.0.0 + public_ip: 0.0.0.0 - name: Configre A record - community.general.cloudflare_dns: + community.general.cloudflare_dns: api_token: "{{ api_token }}" record: "{{ env }}" zone: "badhouseplants.net" @@ -39,10 +39,10 @@ state: "{{ state }}" - name: Configre CNAME - community.general.cloudflare_dns: + community.general.cloudflare_dns: api_token: "{{ api_token }}" record: "*.{{ env }}" zone: "badhouseplants.net" type: CNAME value: "{{ env }}.badhouseplants.net" - state: "{{ state }}" \ No newline at end of file + state: "{{ state }}"