From c0a8ed1e35aa6c55b58ee70026c56c7ee85cf511 Mon Sep 17 00:00:00 2001 From: Hunter Lannon <32147222+kindlehl@users.noreply.github.com> Date: Thu, 1 Apr 2021 14:07:25 -0500 Subject: [PATCH] Fixed link to win_package module (#74090) --- lib/ansible/modules/package.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/modules/package.py b/lib/ansible/modules/package.py index e79b0fe4673..c8f03f063ad 100644 --- a/lib/ansible/modules/package.py +++ b/lib/ansible/modules/package.py @@ -24,7 +24,7 @@ description: - This module acts as a proxy to the underlying package manager module. While all arguments will be passed to the underlying module, not all modules support the same arguments. This documentation only covers the minimum intersection of module arguments that all packaging modules support. - - For Windows targets, use the M(ansile.windows.win_package) module instead. + - For Windows targets, use the M(ansible.windows.win_package) module instead. options: name: description: