So long yakshave.club, I never used you
This commit is contained in:
parent
d0be31870c
commit
a68abf105d
2 changed files with 1 additions and 4 deletions
|
@ -167,7 +167,7 @@ def main():
|
||||||
os.path.join(args.template_dir, task["template"]), template_bindings
|
os.path.join(args.template_dir, task["template"]), template_bindings
|
||||||
)
|
)
|
||||||
|
|
||||||
for zone_name in task["zones"]:
|
for zone_name in task["zones"] or []:
|
||||||
try:
|
try:
|
||||||
live_zone = api.domain_records(zone_name)
|
live_zone = api.domain_records(zone_name)
|
||||||
|
|
||||||
|
|
|
@ -31,6 +31,3 @@ kadib-mifin.h.dia0.site {{ ttl }} IN A 10.0.0.25
|
||||||
banat-kukol.h.dia0.site {{ ttl }} IN A 10.0.0.26
|
banat-kukol.h.dia0.site {{ ttl }} IN A 10.0.0.26
|
||||||
## The old blue laptop
|
## The old blue laptop
|
||||||
gamis-nakag.h.dia0.site {{ ttl }} IN A 10.0.0.27
|
gamis-nakag.h.dia0.site {{ ttl }} IN A 10.0.0.27
|
||||||
## The two dells
|
|
||||||
rijay-bojib.h.dia0.site {{ ttl }} IN A 10.0.0.28
|
|
||||||
kisuf-manag.h.dia0.site {{ ttl }} IN A 10.0.0.29
|
|
||||||
|
|
Loading…
Reference in a new issue