Skip to content

Commit

Permalink
Clarify that the license module requires fetching subs prior (ansible…
Browse files Browse the repository at this point in the history
…#14351)

Co-authored-by: Pablo N. Hess <[email protected]>
  • Loading branch information
2 people authored and djyasin committed Nov 11, 2024
1 parent b063a98 commit bf1bd4f
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion awx_collection/plugins/modules/license.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,12 @@
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
Expand Down

0 comments on commit bf1bd4f

Please sign in to comment.