From 021c85743b7b93b76b93684ba84fc616deb2d24e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Massimiliano=20Dess=C3=AC=20-=20=28Fast=20Chauffeur=29?= Date: Thu, 14 Nov 2024 09:07:38 +0100 Subject: [PATCH] fix typo (#131) Signed-off-by: desmax74 --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6f000b7..620d9ee 100644 --- a/README.md +++ b/README.md @@ -215,7 +215,8 @@ collections: Or by using the following Ansible commands: ```shell -export ANSIBLE_ROLES_PATH="roles/" ansible-playbook -i inventory.ini play.yml -vv +export ANSIBLE_ROLES_PATH="roles/" ; +ansible-playbook -i inventory.ini play.yml -vv ``` > [!NOTE]