From a40e6ec31d17f988d7154b663263de5d15d4d740 Mon Sep 17 00:00:00 2001 From: d_auras Date: Thu, 5 Jan 2023 16:25:58 +0100 Subject: [PATCH] ran pre-commit again --- ansible/README.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/ansible/README.md b/ansible/README.md index 370f9e1e..2ab1943e 100644 --- a/ansible/README.md +++ b/ansible/README.md @@ -1,4 +1,7 @@ -To test the ansible playbook on localhost run ```ansible-playbook -i test.inventory.ini dev.yaml```.\ -In case you're missing the ansible docker depencency install it with ```ansible-galaxy collection install community.docker```.\ -Point Redis Insights to the Redis database by visiting localhost:8001 in a browser and select "I already have a database" followed by "Connect to a Redis Database".\ -For host, port and name fill in ```oasst-redis```, ```6379``` and ```redis```. +To test the ansible playbook on localhost run +`ansible-playbook -i test.inventory.ini dev.yaml`.\ +In case you're missing the ansible docker depencency install it with `ansible-galaxy collection install community.docker`.\ +Point Redis Insights to the Redis database by visiting localhost:8001 in a +browser and select "I already have a database" followed by "Connect to a Redis +Database".\ +For host, port and name fill in `oasst-redis`, `6379` and `redis`.