ansible-test: Do not use automatic field numbering specification

Automatic field numbering specification is not allowed by ansible-test.
This commit is contained in:
Thomas Woerner
2023-05-04 17:17:26 +02:00
parent 98681bd4d2
commit a4b8e10a40
11 changed files with 22 additions and 20 deletions

View File

@@ -171,7 +171,7 @@ def main():
# Print a warning if CA role is only installed on one server
if len(ca_servers) == 1:
msg = u'''
WARNING: The CA service is only installed on one server ({}).
WARNING: The CA service is only installed on one server ({0}).
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])