Skip to content

Commit

Permalink
Add choices of the state parameter documentation (ansible#50481)
Browse files Browse the repository at this point in the history
* Add choices of the state parameter documentation

* Consistency
  • Loading branch information
it-praktyk authored and kbreit committed Jan 11, 2019
1 parent 51a5397 commit 6be74ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/ansible/modules/windows/win_package.py
Expand Up @@ -104,6 +104,7 @@
- Whether to install or uninstall the package.
- The module uses C(product_id) and whether it exists at the registry path
to see whether it needs to install or uninstall the package.
choices: [ absent, present ]
default: present
aliases: [ ensure ]
username:
Expand Down

0 comments on commit 6be74ff

Please sign in to comment.