Manage DNS servers using Ansible #93

Open
jeltz wants to merge 45 commits from dns into master
Showing only changes of commit 4446c2c47e - Show all commits

View file

@ -379,7 +379,7 @@ def main() -> int:
changed = current is None or not zones_eq(zone, current)
if changed:
zone.to_file(module.params["path"], relativize=True, sorted=True)
zone.to_file(module.params["path"], relativize=False, sorted=True)
changed = module.set_fs_attributes_if_different(file_args, changed)