mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-08-05 22:34:40 +00:00
Merge pull request #209 from pvoborni/fix_pwpolicy_test
test_pwpolicy: unite admin passwords
This commit is contained in:
@@ -94,7 +94,7 @@
|
|||||||
|
|
||||||
- name: Ensure maxlife of 90 for global_policy
|
- name: Ensure maxlife of 90 for global_policy
|
||||||
ipapwpolicy:
|
ipapwpolicy:
|
||||||
ipaadmin_password: MyPassword123
|
ipaadmin_password: SomeADMINpassword
|
||||||
maxlife: 90
|
maxlife: 90
|
||||||
register: result
|
register: result
|
||||||
failed_when: not result.changed
|
failed_when: not result.changed
|
||||||
|
|||||||
Reference in New Issue
Block a user