Fix udm_dns_record example, fixing #315 (#316)

pull/291/head
Sven Anders 2020-05-10 14:40:12 +02:00 committed by GitHub
parent d2b6857cd1
commit dae5472206
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -65,7 +65,9 @@ EXAMPLES = '''
zone: example.com
type: host_record
data:
- a: 192.0.2.1
a:
- 192.0.2.1
- 2001:0db8::42
'''