From 04744ca70660c53b327ebb3392c95ce0709bb7cd Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Fri, 11 Oct 2013 16:36:48 -0400 Subject: Make add_host clear the inventory pattern cache, add some more aliases. Fixes #4442. --- inventory/add_host | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'inventory') diff --git a/inventory/add_host b/inventory/add_host index 75c60232..4fd4e1eb 100644 --- a/inventory/add_host +++ b/inventory/add_host @@ -10,12 +10,12 @@ description: version_added: "0.9" options: name: - aliases: [ 'hostname' ] + aliases: [ 'hostname', 'host' ] description: - The hostname/ip of the host to add to the inventory, can include a colon and a port number. required: true groups: - aliases: [ 'groupname' ] + aliases: [ 'groupname', 'group' ] description: - The groups to add the hostname to, comma separated. required: false -- cgit v1.2.1