diff options
-rw-r--r-- | README.md | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -25,7 +25,7 @@ $ ansible-playbook playbooks/site.yml `ansible` and `mitogen` packages. ``` -poetry install +$ poetry install ``` ## Mitogen @@ -40,8 +40,8 @@ You have to source the `env` script if you want to execute playbooks with `ansible` 2.12. ``` -poetry shell -. ./bin/env +$ poetry shell +$ . ./bin/env ``` ## Development machine @@ -50,5 +50,5 @@ A new development workstation can be scaffolded thanks to the workstation playbook and role. ``` -# ansible-playbook playbooks/workstation.yml +# ansible-playbook playbooks/workstation.yml -e workstation_user=$USER ``` |