diff options
author | Homero Pawlowski <homeski2@gmail.com> | 2023-07-24 14:57:46 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-24 14:57:46 +0200 |
commit | 63e82aa4a3533eb431d08a7a0bb080d4201597aa (patch) | |
tree | 637b6668d6d3cdcdc37637538cacbc11f8c7f4b2 /awx_collection/plugins/modules/bulk_host_create.py | |
parent | Remove extra data for AoC (#14254) (diff) | |
download | awx-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.py | 2 |
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 |