From 23f1cea29b714ba8a1800cf71ca1d0a58b0bb44a Mon Sep 17 00:00:00 2001 From: Ryan Petrello Date: Tue, 27 Oct 2020 09:09:39 -0400 Subject: [PATCH] correct manifest argument spec for the tower_license module --- 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 c0483409a7..b432fef9ec 100644 --- a/awx_collection/plugins/modules/tower_license.py +++ b/awx_collection/plugins/modules/tower_license.py @@ -25,7 +25,7 @@ options: description: - file path to a Red Hat subscription manifest (a .zip file) required: True - type: dict + type: str eula_accepted: description: - Whether or not the EULA is accepted.