diff options
author | Romain Gonçalves <me@rgoncalves.se> | 2021-12-22 09:57:40 +0000 |
---|---|---|
committer | Romain Gonçalves <me@rgoncalves.se> | 2021-12-22 09:57:40 +0000 |
commit | a95e4d859bd3f108829f8e58ed7a6df025eb1151 (patch) | |
tree | d5e143b78824486c52aa771471acf6508be2cc40 | |
parent | 2857e26d44a04a3653ecad5582e1b2692bbc3cb2 (diff) | |
download | rules-a95e4d859bd3f108829f8e58ed7a6df025eb1151.tar.gz |
README: Fix permissions informations in commands
-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 ``` |