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 , ```