We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9bf1405 commit c1bca64Copy full SHA for c1bca64
manage_record.yml
@@ -38,6 +38,7 @@
38
type: "A"
39
value: "{{ external_ip_address }}"
40
zone_id: "{{ zone_id.json.zones[0].id }}"
41
+ ttl: 60
42
when: (dns_record_id | length == 0 and external_ip_address | length > 0)
43
44
- name: DYNDNS Record does exist, will update it with external IP as {{ external_ip_address }} if it had changed
@@ -52,6 +53,7 @@
52
53
54
55
56
57
when: (dns_record_id | length > 0 and dns_record_value != external_ip_address and external_ip_address | length > 0)
58
59
rescue:
0 commit comments