mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-05-06 13:23:14 +00:00
Fix user example playbooks that manage certificate members.
These playbooks manage the certificates of a user, but did not have the proper action for it.
This commit is contained in:
@@ -9,6 +9,7 @@
|
||||
ipauser:
|
||||
ipaadmin_password: SomeADMINpassword
|
||||
name: test
|
||||
action: member
|
||||
certificate:
|
||||
- >
|
||||
MIIC/zCCAeegAwIBAgIUZGHLaSYg1myp6EI4VGWSC27vOrswDQYJKoZ
|
||||
|
||||
@@ -9,6 +9,7 @@
|
||||
ipauser:
|
||||
ipaadmin_password: SomeADMINpassword
|
||||
name: test
|
||||
action: member
|
||||
certificate:
|
||||
- >
|
||||
MIIC/zCCAeegAwIBAgIUZGHLaSYg1myp6EI4VGWSC27vOrswDQYJKoZ
|
||||
|
||||
Reference in New Issue
Block a user