diff --git a/roles/ipareplica/library/ipareplica_enable_ipa.py b/roles/ipareplica/library/ipareplica_enable_ipa.py index 43bb3e1a..20893176 100644 --- a/roles/ipareplica/library/ipareplica_enable_ipa.py +++ b/roles/ipareplica/library/ipareplica_enable_ipa.py @@ -134,12 +134,12 @@ def main(): # Print a warning if CA role is only installed on one server if len(ca_servers) == 1: - msg = textwrap.dedent(u''' + msg = u''' WARNING: The CA service is only installed on one server ({}). It is strongly recommended to install it on another server. Run ipa-ca-install(1) on another master to accomplish this. - '''.format(ca_servers[0])) - ansible_module.warn(msg) + '''.format(ca_servers[0]) + ansible_module.debug(msg) # done #