From f8a765e47ca54f2cdaf047c9280d4b7980f24e13 Mon Sep 17 00:00:00 2001 From: Juan Ferrer Toribio Date: Tue, 24 Sep 2024 12:28:10 +0200 Subject: [PATCH] refs #8025 README fix --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 87fe507..0439c18 100644 --- a/README.md +++ b/README.md @@ -14,8 +14,8 @@ apt install ansible Before merging changes into protected branches, playbooks should be tested locally to ensure they work properly. -To runan Ansible playbook locally on a temporary host without registering it in -the inventory (on the fly) run the following command. +To run an Ansible playbook locally on a temporary host without registering it +in the inventory (on the fly) run the following command. ``` ansible-playbook playbooks/test.yml -u root -i , ```