From cc305adfb672283d91e5e03775dd4f512350b65e Mon Sep 17 00:00:00 2001 From: Brian Coca Date: Fri, 17 Jul 2015 00:51:08 -0400 Subject: [PATCH] minor doc fixes --- windows/win_iis_virtualdirectory.py | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/windows/win_iis_virtualdirectory.py b/windows/win_iis_virtualdirectory.py index e5bbd950007..1ccb34a65d3 100644 --- a/windows/win_iis_virtualdirectory.py +++ b/windows/win_iis_virtualdirectory.py @@ -30,8 +30,6 @@ options: description: - The name of the virtual directory to create or remove required: true - default: null - aliases: [] state: description: - Whether to add or remove the specified virtual directory @@ -40,28 +38,20 @@ options: - present required: false default: null - aliases: [] site: description: - The site name under which the virtual directory is created or exists. required: false default: null - aliases: [] application: description: - The application under which the virtual directory is created or exists. required: false default: null - aliases: [] physical_path: description: - The physical path to the folder in which the new virtual directory is created. The specified folder must already exist. required: false default: null - aliases: [] author: Henrik Wallström ''' - -EXAMPLES = ''' - -'''