dns_zone: do not relativize zone file

dns
jeltz 2 years ago
parent 8d92035a81
commit 4446c2c47e
Signed by: jeltz
GPG Key ID: 800882B66C0C3326

@ -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)

Loading…
Cancel
Save