Fix incorrect desu.ltd root A record dns

This commit is contained in:
Salt 2022-08-30 16:15:17 -05:00
parent 7a44fa5df1
commit 49df0d0ae3

View File

@ -58,7 +58,7 @@
type: A
ttl: 3600
state: present
value: 45.79.23.133
value: 5.161.106.16
tags: [ route53, dns ]
delegate_to: localhost
when: status.value == "active" and inventory_hostname is match(".*\.desu\.ltd")