mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-08-05 14:24:48 +00:00
Merge pull request #867 from jpclipffel/master
ipaclient: Removed invalid call `logger.info()`
This commit is contained in:
@@ -880,7 +880,6 @@ 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 "
|
||||||
|
|||||||
Reference in New Issue
Block a user