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