mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-07-29 10:54:44 +00:00
plugins: Unite admin password
Use SomeADMINpassword as the admin password also in the examples in the management modules.
This commit is contained in:
@@ -57,13 +57,13 @@ author:
|
||||
EXAMPLES = """
|
||||
# Ensure sudocmd is present
|
||||
- ipacommand:
|
||||
ipaadmin_password: MyPassword123
|
||||
ipaadmin_password: SomeADMINpassword
|
||||
name: su
|
||||
state: present
|
||||
|
||||
# Ensure sudocmd is absent
|
||||
- ipacommand:
|
||||
ipaadmin_password: MyPassword123
|
||||
ipaadmin_password: SomeADMINpassword
|
||||
name: su
|
||||
state: absent
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user