From 7fe8a03b30cbb1ef7a60eac6038f21f2f14810e7 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:27 +0100 Subject: [PATCH] fix typo (#130) Signed-off-by: desmax74 --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3710ab0..265cd2f 100644 --- a/README.md +++ b/README.md @@ -219,7 +219,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]