diff --git a/awx_collection/plugins/modules/tower_inventory_source_update.py b/awx_collection/plugins/modules/tower_inventory_source_update.py index af01caee91..2b401cad57 100644 --- a/awx_collection/plugins/modules/tower_inventory_source_update.py +++ b/awx_collection/plugins/modules/tower_inventory_source_update.py @@ -27,6 +27,8 @@ options: - The name or id of the inventory source to update. required: True type: str + aliases: + - inventory_source inventory: description: - Name or id of the inventory that contains the inventory source(s) to update.