diff options
Diffstat (limited to 'lib/ansible/modules/windows/win_package.py')
-rw-r--r-- | lib/ansible/modules/windows/win_package.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/ansible/modules/windows/win_package.py b/lib/ansible/modules/windows/win_package.py index 0ac4a08896..845e1f906e 100644 --- a/lib/ansible/modules/windows/win_package.py +++ b/lib/ansible/modules/windows/win_package.py @@ -139,6 +139,10 @@ notes: and the file is not an MSI. - All the installation checks under C(product_id) and C(creates_*) add together, if one fails then the program is considered to be absent. +seealso: +- module: win_chocolatey +- module: win_hotfix +- module: win_updates author: - Trond Hindenes (@trondhindenes) - Jordan Borean (@jborean93) |