summaryrefslogtreecommitdiffstats
path: root/awx_collection/plugins/modules/bulk_host_create.py
diff options
context:
space:
mode:
authorHomero Pawlowski <homeski2@gmail.com>2023-07-24 14:57:46 +0200
committerGitHub <noreply@github.com>2023-07-24 14:57:46 +0200
commit63e82aa4a3533eb431d08a7a0bb080d4201597aa (patch)
tree637b6668d6d3cdcdc37637538cacbc11f8c7f4b2 /awx_collection/plugins/modules/bulk_host_create.py
parentRemove extra data for AoC (#14254) (diff)
downloadawx-63e82aa4a3533eb431d08a7a0bb080d4201597aa.tar.xz
awx-63e82aa4a3533eb431d08a7a0bb080d4201597aa.zip
Fix collection module docs for names, IDs, and named URLs (#14269)
Diffstat (limited to 'awx_collection/plugins/modules/bulk_host_create.py')
-rw-r--r--awx_collection/plugins/modules/bulk_host_create.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/awx_collection/plugins/modules/bulk_host_create.py b/awx_collection/plugins/modules/bulk_host_create.py
index c2cb6992d9..dcd32bf44e 100644
--- a/awx_collection/plugins/modules/bulk_host_create.py
+++ b/awx_collection/plugins/modules/bulk_host_create.py
@@ -48,7 +48,7 @@ options:
type: str
inventory:
description:
- - Inventory name or ID the hosts should be made a member of.
+ - Inventory name, ID, or named URL the hosts should be made a member of.
required: True
type: str
extends_documentation_fragment: awx.awx.auth