From a2c17f545e094e09a01e06d4901ff5da75f28396 Mon Sep 17 00:00:00 2001 From: Guido Grazioli Date: Wed, 29 Mar 2023 10:32:14 +0200 Subject: [PATCH] docs: downstream hide build status --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9e3edc1..608d253 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,9 @@ # Ansible Collection - middleware_automation.keycloak + [![Build Status](https://github.com/ansible-middleware/keycloak/workflows/CI/badge.svg?branch=main)](https://github.com/ansible-middleware/keycloak/actions/workflows/ci.yml) - + Collection to install and configure [Keycloak](https://www.keycloak.org/) or [Red Hat Single Sign-On](https://access.redhat.com/products/red-hat-single-sign-on). @@ -96,7 +97,7 @@ ansible-playbook -i -e @rhn-creds.yml playbooks/keycloak.yml -e localhost ansible_connection=local ``` -Note: when deploying clustered configurations, all hosts beloging to the cluster must be present in ansible_play_batch; ie. they must be targeted byh the same ansible-playbook execution. +Note: when deploying clustered configurations, all hosts belonging to the cluster must be present in ansible_play_batch; ie. they must be targeted by the same ansible-playbook execution. ## Configuration