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:
jh23453
2021-12-08 17:27:08 +01:00
committed by GitHub
parent 9252284504
commit 25b41b7eca

View File

@@ -81,7 +81,7 @@ Example playbook to ensure maxlife is set to 49 in global policy:
become: true
tasks:
# Ensure absence of pwpolicies for group ops
# Ensure maxlife is set to 49 in global policy
- ipapwpolicy:
ipaadmin_password: SomeADMINpassword
maxlife: 49