mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 10:00:01 -03:30
clarify that the manifest file is a .zip file
This commit is contained in:
parent
1294efdeb9
commit
7f9784c443
@ -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
|
||||
'''
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user