update sso version in molecule tests

This commit is contained in:
Guido Grazioli 2022-12-15 15:47:12 +01:00
parent 34cab23abe
commit d7829f77df
No known key found for this signature in database
GPG key ID: 22C8C31EF2BC093B
2 changed files with 3 additions and 3 deletions

View file

@ -16,5 +16,5 @@
ansible.builtin.include_tasks: ../prepare.yml
vars:
assets:
- "{{ assets_server }}/sso/7.5.0/rh-sso-7.5.0-server-dist.zip"
- "{{ assets_server }}/sso/7.5.3/rh-sso-7.5.3-patch.zip"
- "{{ assets_server }}/sso/7.6.0/rh-sso-7.6.0-server-dist.zip"
- "{{ assets_server }}/sso/7.6.1/rh-sso-7.6.1-patch.zip"

View file

@ -6,4 +6,4 @@
ansible.builtin.include_tasks: ../prepare.yml
vars:
assets:
- "{{ assets_server }}/sso/7.5.0/rh-sso-7.5.0-server-dist.zip"
- "{{ assets_server }}/sso/7.6.0/rh-sso-7.6.0-server-dist.zip"