From f9511ed7da29914f00a589ba76e3d749fcae5313 Mon Sep 17 00:00:00 2001 From: Ryan Petrello Date: Mon, 26 Oct 2020 10:18:58 -0400 Subject: [PATCH] fix a typo in the tower_license module documentation --- awx_collection/plugins/modules/tower_license.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awx_collection/plugins/modules/tower_license.py b/awx_collection/plugins/modules/tower_license.py index 89f95e7c42..c0483409a7 100644 --- a/awx_collection/plugins/modules/tower_license.py +++ b/awx_collection/plugins/modules/tower_license.py @@ -21,7 +21,7 @@ description: - Get or Set Ansible Tower license. See U(https://www.ansible.com/tower) for an overview. options: - data: + manifest: description: - file path to a Red Hat subscription manifest (a .zip file) required: True