plugins: Unite admin password

Use SomeADMINpassword as the admin password also in the examples in the
management modules.
This commit is contained in:
Thomas Woerner
2020-02-26 12:41:05 +01:00
parent d370ed2737
commit 472050de7b
12 changed files with 61 additions and 61 deletions

View File

@@ -56,13 +56,13 @@ author:
EXAMPLES = """
# Ensure HBAC Service for http is present
- ipahbacsvc:
ipaadmin_password: MyPassword123
ipaadmin_password: SomeADMINpassword
name: http
description: Web service
# Ensure HBAC Service for tftp is absent
- ipahbacsvc:
ipaadmin_password: MyPassword123
ipaadmin_password: SomeADMINpassword
name: tftp
state: absent
"""