mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-07-30 11:24:50 +00:00
correct comment in example playbook
Insert "ensure maxlife is set to 49 in global policy" instead of the wrong comment from cut&paste.
This commit is contained in:
@@ -81,7 +81,7 @@ Example playbook to ensure maxlife is set to 49 in global policy:
|
|||||||
become: true
|
become: true
|
||||||
|
|
||||||
tasks:
|
tasks:
|
||||||
# Ensure absence of pwpolicies for group ops
|
# Ensure maxlife is set to 49 in global policy
|
||||||
- ipapwpolicy:
|
- ipapwpolicy:
|
||||||
ipaadmin_password: SomeADMINpassword
|
ipaadmin_password: SomeADMINpassword
|
||||||
maxlife: 49
|
maxlife: 49
|
||||||
|
|||||||
Reference in New Issue
Block a user