From 7f9784c4433b0a46a4e681bfb132a634f6e73780 Mon Sep 17 00:00:00 2001 From: Ryan Petrello Date: Fri, 23 Oct 2020 11:08:50 -0400 Subject: clarify that the manifest file is a .zip file --- awx_collection/plugins/modules/tower_license.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'awx_collection') diff --git a/awx_collection/plugins/modules/tower_license.py b/awx_collection/plugins/modules/tower_license.py index 35590d6e8b..89f95e7c42 100644 --- a/awx_collection/plugins/modules/tower_license.py +++ b/awx_collection/plugins/modules/tower_license.py @@ -23,7 +23,7 @@ description: options: data: description: - - The contents of the license file + - file path to a Red Hat subscription manifest (a .zip file) required: True type: dict eula_accepted: @@ -39,7 +39,7 @@ RETURN = ''' # ''' EXAMPLES = ''' - name: Set the license using a file license: - manifest: "/tmp/my_tower.license" + manifest: "/tmp/my_manifest.zip" eula_accepted: True ''' -- cgit v1.2.3