diff options
author | Lorenzo Tanganelli <lorenzo.tanganelli@hotmail.it> | 2023-06-21 21:29:14 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-21 21:29:14 +0200 |
commit | cdd48dd7cd8017f7f50442f947e7b9b91ac2d70c (patch) | |
tree | 5ba85331fab1e71ccd2dd9e6c21f16e3b3fba4dc /awx_collection/plugins/modules | |
parent | In collection, give changed status in workflow_job_template when destroying n... (diff) | |
download | awx-cdd48dd7cd8017f7f50442f947e7b9b91ac2d70c.tar.xz awx-cdd48dd7cd8017f7f50442f947e7b9b91ac2d70c.zip |
Add instance_groups on resource_list_param_keys in awx_collection (#14146)
Diffstat (limited to 'awx_collection/plugins/modules')
-rw-r--r-- | awx_collection/plugins/modules/role.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/awx_collection/plugins/modules/role.py b/awx_collection/plugins/modules/role.py index a8b01530d2..ed3441220f 100644 --- a/awx_collection/plugins/modules/role.py +++ b/awx_collection/plugins/modules/role.py @@ -235,6 +235,7 @@ def main(): 'workflows': 'workflow', 'users': 'user', 'teams': 'team', + 'instance_groups': 'instance_group', } resources = {} |