mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-06-11 11:15:55 +00:00
Fixes #51 upstream
This commit is contained in:
@@ -274,11 +274,11 @@ def main():
|
||||
|
||||
if options.ntp_servers and options.no_ntp:
|
||||
module.fail_json(
|
||||
"--ntp-server cannot be used together with --no-ntp")
|
||||
msg="--ntp-server cannot be used together with --no-ntp")
|
||||
|
||||
if options.ntp_pool and options.no_ntp:
|
||||
module.fail_json(
|
||||
"--ntp-pool cannot be used together with --no-ntp")
|
||||
msg="--ntp-pool cannot be used together with --no-ntp")
|
||||
|
||||
#if options.no_nisdomain and options.nisdomain:
|
||||
# module.fail_json(
|
||||
|
||||
Reference in New Issue
Block a user