From 484c39d7c8f74ae480c84f63f6a48895c959ff1d Mon Sep 17 00:00:00 2001 From: Rafael Guterres Jeffman <rjeffman@redhat.com> Date: Thu, 26 Nov 2020 18:05:24 -0300 Subject: [PATCH] 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. --- playbooks/user/user_certificate_absent.yml | 1 + playbooks/user/user_certificate_present.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/playbooks/user/user_certificate_absent.yml b/playbooks/user/user_certificate_absent.yml index 6c6b6746..4aa03fb5 100644 --- a/playbooks/user/user_certificate_absent.yml +++ b/playbooks/user/user_certificate_absent.yml @@ -9,6 +9,7 @@ ipauser: ipaadmin_password: SomeADMINpassword name: test + action: member certificate: - > MIIC/zCCAeegAwIBAgIUZGHLaSYg1myp6EI4VGWSC27vOrswDQYJKoZ diff --git a/playbooks/user/user_certificate_present.yml b/playbooks/user/user_certificate_present.yml index c9722c96..04969c95 100644 --- a/playbooks/user/user_certificate_present.yml +++ b/playbooks/user/user_certificate_present.yml @@ -9,6 +9,7 @@ ipauser: ipaadmin_password: SomeADMINpassword name: test + action: member certificate: - > MIIC/zCCAeegAwIBAgIUZGHLaSYg1myp6EI4VGWSC27vOrswDQYJKoZ -- GitLab