Skip to content

Commit

Permalink
Fix argument_spec - require and default
Browse files Browse the repository at this point in the history
Error was
fatal: [localhost]: FAILED! => {"argument_errors": ["internal error: required and default are mutually exclusive for windows_manage_iis_port"],

Signed-off-by: Justin Cinkelj <[email protected]>
  • Loading branch information
justinc1 committed Nov 25, 2024
1 parent 8f9726d commit 69441b4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion roles/windows_manage_iis/meta/argument_specs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ argument_specs:
type: int
description: The network port that the Server will listen on.
default: 80
required: true
windows_manage_iis_path:
type: str
description: The path on disk where the web content will be served from.
Expand Down

0 comments on commit 69441b4

Please sign in to comment.