From 2e237661f8206342de33a7f097e5260285de749d Mon Sep 17 00:00:00 2001 From: Anton Nesterov Date: Sat, 10 Oct 2020 14:23:01 +0200 Subject: [PATCH] Add the inventory_source as alias. --- awx_collection/plugins/modules/tower_inventory_source_update.py | 2 ++ 1 file changed, 2 insertions(+) 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.