aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRomain Gonçalves <me@rgoncalves.se>2021-12-22 09:57:40 +0000
committerRomain Gonçalves <me@rgoncalves.se>2021-12-22 09:57:40 +0000
commita95e4d859bd3f108829f8e58ed7a6df025eb1151 (patch)
treed5e143b78824486c52aa771471acf6508be2cc40
parent2857e26d44a04a3653ecad5582e1b2692bbc3cb2 (diff)
downloadinfrastructure-a95e4d859bd3f108829f8e58ed7a6df025eb1151.tar.gz
README: Fix permissions informations in commands
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index d19fe44..5478a9f 100644
--- a/README.md
+++ b/README.md
@@ -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
```
remember that computers suck.