mirror of
https://github.com/ansible/awx.git
synced 2026-01-20 06:01:25 -03:30
Clarify that the license module requires fetching subs prior (#14351)
Co-authored-by: Pablo N. Hess <phess@redhat.com>
This commit is contained in:
parent
f6dd3cb988
commit
b55a099620
@ -52,7 +52,12 @@ EXAMPLES = '''
|
||||
license:
|
||||
manifest: "/tmp/my_manifest.zip"
|
||||
|
||||
- name: Attach to a pool
|
||||
- name: Use the subscriptions module to fetch subscriptions from Red Hat or Red Hat Satellite
|
||||
subscriptions:
|
||||
username: "my_satellite_username"
|
||||
password: "my_satellite_password"
|
||||
|
||||
- name: Attach to a pool (requires fetching subscriptions at least once before)
|
||||
license:
|
||||
pool_id: 123456
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user