clarify that the manifest file is a .zip file

This commit is contained in:
Ryan Petrello 2020-10-23 11:08:50 -04:00
parent 1294efdeb9
commit 7f9784c443
No known key found for this signature in database
GPG Key ID: F2AA5F2122351777

View File

@ -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
'''