mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-07-31 03:44:41 +00:00
ipaserver/library/ipaserver_test.py: Use check_zone_overlap directly
This commit is contained in:
@@ -442,7 +442,7 @@ def main():
|
|||||||
if not options.allow_zone_overlap:
|
if not options.allow_zone_overlap:
|
||||||
for zone in options.reverse_zones:
|
for zone in options.reverse_zones:
|
||||||
with redirect_stdout(ansible_log):
|
with redirect_stdout(ansible_log):
|
||||||
dnsutil.check_zone_overlap(zone)
|
check_zone_overlap(zone)
|
||||||
|
|
||||||
# validate zonemgr
|
# validate zonemgr
|
||||||
if options.zonemgr:
|
if options.zonemgr:
|
||||||
|
|||||||
Reference in New Issue
Block a user