Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update readme with compatible/supported versions #57

Merged
merged 1 commit into from
Nov 18, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 5 additions & 6 deletions playbooks/jws.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
- ansible.builtin.import_playbook: community.fqcn_migration.fqcn_migration

Check warning on line 2 in playbooks/jws.yml

View workflow job for this annotation

GitHub Actions / CI (3.11)

name[play]

All plays should be named.
vars:
upstream_name: jws
downstream_name: jws
Expand All @@ -18,14 +18,13 @@
- build_status
# anything inside <!--start {{ <downstream_placeholder>_content }} --> and <!--end {{ <downstream_placeholder>_content }} --> will be replaced with content
downstream_placeholder_content:
- placeholder: role_content
content: |

- placeholder: ansible_version
content: |
Red Hat has tested this collection against Ansible versions 2.14.0 or later.

Red Hat might test the plug-ins and modules that are within a collection with specific Ansible versions only. A collection can contain metadata that identifies these Ansible versions.
Red Hat supports the most recent version of redhat.jws collection on Ansible Automation Platform 2.5 / ansible-core 2.16.

The collection is continuously tested on Ansible version 2.14 or later. Red Hat might test the plug-ins and modules that are within a collection
with specific Ansible versions only. A collection can contain metadata that identifies these Ansible versions, and a warning message will
be printed if the collection is executed on not supported versions of Ansible.
- placeholder: galaxy_download
content: |
For demonstration purposes, you can run the collection directly from this folder. However, the proper setup is to download and install the collection from the Red Hat Automation Hub.
Expand Down
Loading