mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-07-30 19:34:45 +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:
|
ipauser:
|
||||||
ipaadmin_password: SomeADMINpassword
|
ipaadmin_password: SomeADMINpassword
|
||||||
name: test
|
name: test
|
||||||
|
action: member
|
||||||
certificate:
|
certificate:
|
||||||
- >
|
- >
|
||||||
MIIC/zCCAeegAwIBAgIUZGHLaSYg1myp6EI4VGWSC27vOrswDQYJKoZ
|
MIIC/zCCAeegAwIBAgIUZGHLaSYg1myp6EI4VGWSC27vOrswDQYJKoZ
|
||||||
|
|||||||
@@ -9,6 +9,7 @@
|
|||||||
ipauser:
|
ipauser:
|
||||||
ipaadmin_password: SomeADMINpassword
|
ipaadmin_password: SomeADMINpassword
|
||||||
name: test
|
name: test
|
||||||
|
action: member
|
||||||
certificate:
|
certificate:
|
||||||
- >
|
- >
|
||||||
MIIC/zCCAeegAwIBAgIUZGHLaSYg1myp6EI4VGWSC27vOrswDQYJKoZ
|
MIIC/zCCAeegAwIBAgIUZGHLaSYg1myp6EI4VGWSC27vOrswDQYJKoZ
|
||||||
|
|||||||
Reference in New Issue
Block a user