Skip to content

Commit

Permalink
add note about check mode
Browse files Browse the repository at this point in the history
  • Loading branch information
briantist committed Jul 9, 2022
1 parent 8db3006 commit 3e79a3c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions plugins/modules/win_psmodule.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,9 @@
- Accepts the module's license.
- Required for modules that require license acceptance, since interactively answering the prompt is not possible.
- Corresponds to the C(-AcceptLicense) parameter of C(Install-Module).
- >-
Installation of a module or a dependency that requires license acceptance cannot be detected in check mode,
but will cause a failure at runtime unless I(accept_license=true).
type: bool
required: no
default: false
Expand Down

0 comments on commit 3e79a3c

Please sign in to comment.