diff --git a/README.md b/README.md index e1496f0..3710ab0 100644 --- a/README.md +++ b/README.md @@ -219,7 +219,7 @@ collections: Or by using the following Ansible commands: ```shell -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]