mirror of
https://github.com/ansible/awx.git
synced 2026-03-24 04:15:02 -02:30
clarify that the manifest file is a .zip file
This commit is contained in:
@@ -23,7 +23,7 @@ description:
|
|||||||
options:
|
options:
|
||||||
data:
|
data:
|
||||||
description:
|
description:
|
||||||
- The contents of the license file
|
- file path to a Red Hat subscription manifest (a .zip file)
|
||||||
required: True
|
required: True
|
||||||
type: dict
|
type: dict
|
||||||
eula_accepted:
|
eula_accepted:
|
||||||
@@ -39,7 +39,7 @@ RETURN = ''' # '''
|
|||||||
EXAMPLES = '''
|
EXAMPLES = '''
|
||||||
- name: Set the license using a file
|
- name: Set the license using a file
|
||||||
license:
|
license:
|
||||||
manifest: "/tmp/my_tower.license"
|
manifest: "/tmp/my_manifest.zip"
|
||||||
eula_accepted: True
|
eula_accepted: True
|
||||||
'''
|
'''
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user