revert from lint

This commit is contained in:
2022-11-19 12:05:40 -06:00
parent e4091d16a1
commit be93b28035
14 changed files with 180 additions and 172 deletions

View File

@@ -6,6 +6,6 @@
state: "{{ item.state }}"
type: A
proxied: "{{ item.proxied }}"
value: "{{ lookup('env', 'external_ip') }}"
api_token: "{{ lookup('env', 'cloudflareapi') }}"
with_items: "{{ dns }}"
value: "{{ lookup('env','external_ip') }}"
api_token: "{{ lookup('env','cloudflareapi') }}"
with_items: "{{ DNS }}"