From d46907850b797c36ef6f6190b9637de82d74f7d2 Mon Sep 17 00:00:00 2001 From: Richard Date: Wed, 29 Jul 2026 06:40:08 +0200 Subject: [PATCH] doc(README.md): Remove version specification, as it was not used by me --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d672c30..13e2f59 100644 --- a/README.md +++ b/README.md @@ -182,7 +182,7 @@ Initialize Python environment and install Ansible using `uv`: uv init --bare # Add Ansible dependency -uv add "ansible>=14.2.0" +uv add "ansible" ``` ### 7.3 Infrastructure Provisioning & Automated Execution