From e3344b7ef2651f576c07bead85730958ef6e7d8e Mon Sep 17 00:00:00 2001 From: Juan Ferrer Toribio Date: Tue, 24 Sep 2024 13:10:26 +0200 Subject: [PATCH] refs #8025 README run playbook clarified --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 946fe7a..56c9c28 100644 --- a/README.md +++ b/README.md @@ -14,8 +14,7 @@ apt install ansible Before merging changes into protected branches, playbooks should be tested locally to ensure they work properly. -To run an Ansible playbook locally on a temporary host without registering it -in the inventory (on the fly) run the following command. +Launch playbook on the fly on a host not declared in the inventory. ``` ansible-playbook playbooks/test.yml -u root -i , ```