dns_zone: do not relativize zone file
This commit is contained in:
parent
8d92035a81
commit
4446c2c47e
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue