From b4c50d71d69d76f27545d9752ed5af6012f6ff60 Mon Sep 17 00:00:00 2001 From: "tompage1994@hotmail.co.uk" Date: Wed, 7 Feb 2024 10:08:21 +0000 Subject: [PATCH] Fix documentation for group_roles role --- roles/group_roles/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/group_roles/README.md b/roles/group_roles/README.md index 62cb6529..e6ae5c56 100644 --- a/roles/group_roles/README.md +++ b/roles/group_roles/README.md @@ -15,7 +15,7 @@ An Ansible Role to add roles to groups in Automation Hub. |`ah_request_timeout`|`10`|no|Specify the timeout Ansible should use in requests to the Galaxy or Automation Hub host.|| |`ah_path_prefix`|""|no|API path used to access the api. Either galaxy, automation-hub, or custom|| |`ah_configuration_async_dir`|`null`|no|Sets the directory to write the results file for async tasks. The default value is set to `null` which uses the Ansible Default of `/root/.ansible_async/`.|| -|`ah_groups`|`see below`|yes|Data structure describing your groups, described below.|| +|`ah_group_roles`|`see below`|yes|Data structure describing the roles which are applied to groups, described below.|| ### Secure Logging Variables