diff options
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 |