From f8f5563ca3e17d0c7e340cd422d0d577e3d0c922 Mon Sep 17 00:00:00 2001 From: c0de Date: Sun, 21 Jan 2024 17:12:13 -0500 Subject: [PATCH] add auth realm to arg spec --- playbooks/roles/create-api-user/meta/argument_spec.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/playbooks/roles/create-api-user/meta/argument_spec.yml b/playbooks/roles/create-api-user/meta/argument_spec.yml index dafbadd..d772e49 100644 --- a/playbooks/roles/create-api-user/meta/argument_spec.yml +++ b/playbooks/roles/create-api-user/meta/argument_spec.yml @@ -40,6 +40,12 @@ argument_specs: default: ansible description: The user-name of the account that will get an API token + api_auth_realm: + type: str + required: false + default: pve + description: The authentication backend provider + api_object_path: type: str required: false