Browse Source

Note about YamlProvider not preserving comments and formatting

pull/1223/head
Ross McFarland 1 year ago
parent
commit
277abb664b
No known key found for this signature in database GPG Key ID: 943B179E15D3B22A
1 changed files with 6 additions and 0 deletions
  1. +6
    -0
      octodns/provider/yaml.py

+ 6
- 0
octodns/provider/yaml.py View File

@ -73,6 +73,12 @@ class YamlProvider(BaseProvider):
# (optional, default False)
disable_zonefile: false
Note
----
When using this provider as a target any existing comments or formatting
in the zone files will be lost when changes are applyed.
Split Details
-------------


Loading…
Cancel
Save