mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-05-14 05:22:05 +00:00
Compare commits
3 Commits
fix-role-r
...
fix_logger
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
aff2703bdf | ||
|
|
fda761b4bf | ||
|
|
daa9359bb7 |
@@ -872,14 +872,12 @@ def main():
|
|||||||
is_ipaddr = False
|
is_ipaddr = False
|
||||||
|
|
||||||
if is_ipaddr:
|
if is_ipaddr:
|
||||||
logger.info()
|
|
||||||
logger.warning(
|
logger.warning(
|
||||||
"It seems that you are using an IP address "
|
"It seems that you are using an IP address "
|
||||||
"instead of FQDN as an argument to --server. The "
|
"instead of FQDN as an argument to --server. The "
|
||||||
"installation may fail.")
|
"installation may fail.")
|
||||||
break
|
break
|
||||||
|
|
||||||
# logger.info()
|
|
||||||
# if not options.unattended and not user_input(
|
# if not options.unattended and not user_input(
|
||||||
# "Continue to configure the system with these values?", False):
|
# "Continue to configure the system with these values?", False):
|
||||||
# raise ScriptError(rval=CLIENT_INSTALL_ERROR)
|
# raise ScriptError(rval=CLIENT_INSTALL_ERROR)
|
||||||
|
|||||||
Reference in New Issue
Block a user