Skip to content
Snippets Groups Projects
Commit 484c39d7 authored by Rafael Guterres Jeffman's avatar Rafael Guterres Jeffman
Browse files

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.
parent 12338309
Branches
Tags
No related merge requests found
...@@ -9,6 +9,7 @@ ...@@ -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 @@ ...@@ -9,6 +9,7 @@
ipauser: ipauser:
ipaadmin_password: SomeADMINpassword ipaadmin_password: SomeADMINpassword
name: test name: test
action: member
certificate: certificate:
- > - >
MIIC/zCCAeegAwIBAgIUZGHLaSYg1myp6EI4VGWSC27vOrswDQYJKoZ MIIC/zCCAeegAwIBAgIUZGHLaSYg1myp6EI4VGWSC27vOrswDQYJKoZ
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment