From 5f6ad93f4ffcd8dee510e10584119e8f7405f97d Mon Sep 17 00:00:00 2001 From: Michal Konecny Date: Nov 06 2024 15:22:45 +0000 Subject: [ipa/server] Use the correct ipa module Signed-off-by: Michal Konecny --- diff --git a/roles/ipa/server/tasks/main.yml b/roles/ipa/server/tasks/main.yml index 15e13dd..712f934 100644 --- a/roles/ipa/server/tasks/main.yml +++ b/roles/ipa/server/tasks/main.yml @@ -233,7 +233,7 @@ - restart ipa - name: Set the expiration date for the admin user - community.general.ipauser: + community.general.ipa_user: name: admin password: "{{ ipa_admin_password }}" # Password expiration date will be a Friday 13th in 30 years. I'm sure we'll remember that. @@ -320,7 +320,7 @@ - config - name: Create fas_sync user - community.general.ipauser: + community.general.ipa_user: name: fas_sync givenname: FAS sn: Sync @@ -439,7 +439,7 @@ - config - name: Create noggin user - community.general.ipauser: + community.general.ipa_user: name: noggin givenname: Noggin sn: User