summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHunter Lannon <32147222+kindlehl@users.noreply.github.com>2021-04-01 14:07:25 -0500
committerGitHub <noreply@github.com>2021-04-01 14:07:25 -0500
commitc0a8ed1e35aa6c55b58ee70026c56c7ee85cf511 (patch)
treed70cc81c89fb6179f4b64fba287ea6247a6b84cf
parentf9f839fa08eee46ad7a86d6cbc7519541a50c7ef (diff)
downloadansible-c0a8ed1e35aa6c55b58ee70026c56c7ee85cf511.tar.gz
Fixed link to win_package module (#74090)
-rw-r--r--lib/ansible/modules/package.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ansible/modules/package.py b/lib/ansible/modules/package.py
index e79b0fe467..c8f03f063a 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: