From c8253d78e6188c2dceee9844e8073f4c4ace0888 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=A4fer?= Date: Fri, 8 Nov 2024 14:30:07 +0100 Subject: [PATCH] docs: update ansible requirements locally (#1888) Motivation ---------- Without `--force` requirements are never updated to the latest version. How to test ----------- 1. `ansible-galaxy list` 2. Follow the README. 3. `ansible-galaxy list` displays latest versions --- ansible/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/README.md b/ansible/README.md index d78f2654f..4f2e752d5 100644 --- a/ansible/README.md +++ b/ansible/README.md @@ -3,7 +3,7 @@ Our setup uses a number of community-maintained Ansibles roles. Install them using the `ansible-galaxy` command: ``` -$ ansible-galaxy install -r ansible/requirements.yml +$ ansible-galaxy install -r ansible/requirements.yml --force ``` Generate configuration files: