Skip to content

Commit

Permalink
More true/false normalization.
Browse files Browse the repository at this point in the history
  • Loading branch information
felixfontein committed Mar 6, 2023
1 parent 0ae498b commit bc96197
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion plugins/modules/hosttech_dns_zone_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,12 @@
type: dict
returned: success
version_added: 2.0.0
sample: {'dnssec': True, 'dnssec_email': '[email protected]', 'ds_records': [], 'email': '[email protected]', 'ttl': 3600}
sample:
dnssec: true
dnssec_email: [email protected]
ds_records: []
email: [email protected]
ttl: 3600
contains:
dnssec:
description:
Expand Down

0 comments on commit bc96197

Please sign in to comment.