mirror of
https://github.com/ansible-middleware/keycloak.git
synced 2025-08-01 11:44:33 -07:00
minor fixes to downstream rhn install/patch download
This commit is contained in:
parent
2ce7104077
commit
bf89b1895a
2 changed files with 11 additions and 5 deletions
|
@ -100,7 +100,7 @@
|
|||
client_id: "{{ rhn_username }}"
|
||||
client_secret: "{{ rhn_password }}"
|
||||
product_type: DISTRIBUTION
|
||||
product_version: "{{ sso_version }}"
|
||||
product_version: "{{ sso_version.split('.')[:2] | join('.') }}"
|
||||
product_category: "{{ sso_product_category }}"
|
||||
register: rhn_products
|
||||
no_log: "{{ omit_rhn_output | default(true) }}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue