Skip to content
Snippets Groups Projects
Unverified Commit f301ad55 authored by Thomas Woerner's avatar Thomas Woerner Committed by GitHub
Browse files

Merge pull request #703 from jh23453/patch-2

correct comment in example playbook
parents fd9ecc24 25b41b7e
No related branches found
No related tags found
No related merge requests found
...@@ -81,7 +81,7 @@ Example playbook to ensure maxlife is set to 49 in global policy: ...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment