Fix non-matching defaults. (#5452)

This commit is contained in:
Felix Fontein
2022-11-01 19:25:51 +01:00
committed by GitHub
parent 5f4e593116
commit f84a9bf932
75 changed files with 134 additions and 20 deletions

View File

@@ -44,6 +44,7 @@ options:
- The default TTL for all records created in the zone. This must be a
valid int from U(https://www.memset.com/apidocs/methods_dns.html#dns.zone_create).
type: int
default: 0
choices: [ 0, 300, 600, 900, 1800, 3600, 7200, 10800, 21600, 43200, 86400 ]
force:
required: false