From 5e13f4ea50b8a051d4287ea70fcdb2b8fd1590cb Mon Sep 17 00:00:00 2001 From: Martin Cihlar Date: Mon, 18 May 2026 18:43:01 +0200 Subject: [PATCH] Fix certification requirements for Keycloak - Add .ansible-lint, .DS_Store to build_ignore in galaxy.yml - Add Release and Upgrade Notes section to README [AMW-522](https://redhat.atlassian.net/browse/AMW-522) --- README.md | 11 +++++++++++ galaxy.yml | 2 ++ 2 files changed, 13 insertions(+) diff --git a/README.md b/README.md index 5afa582..e481cd2 100644 --- a/README.md +++ b/README.md @@ -146,10 +146,21 @@ ansible-playbook -i playbooks/keycloak_realm.yml -e keycloak_adm For full configuration details, refer to the [keycloak_realm role README](https://github.com/ansible-middleware/keycloak/blob/main/roles/keycloak_realm/README.md). + +## Support + + +For bug reports and feature requests, use [GitHub Issues](https://github.com/ansible-middleware/keycloak/issues). + +## Release and Upgrade Notes + +For details on changes between versions, please see the [CHANGELOG](https://github.com/ansible-middleware/keycloak/blob/main/CHANGELOG.rst) for this collection. + + ## License Apache License v2.0 or later diff --git a/galaxy.yml b/galaxy.yml index f5b5b7d..b8f7465 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -35,7 +35,9 @@ issues: https://github.com/ansible-middleware/keycloak/issues build_ignore: - .gitignore - .github + - .ansible-lint - .yamllint + - .DS_Store - '*.tar.gz' - '*.zip' - molecule