small fixes

This commit is contained in:
2024-06-29 12:48:41 +02:00
parent e05196ff83
commit 694db084ed
3 changed files with 90 additions and 73 deletions

6
README
View File

@@ -4,6 +4,8 @@
Run the ansible playbooks (`setup` once, `deploy` on each code update):
(Don't forget to set variables!)
```
ansible-playbook deploy/setup.playbook.yml -i <ip of pi>
ansible-playbook deploy/deploy.playbook.yml -i <ip of pi>
ansible-playbook deploy/setup.playbook.yml -i <ip of pi>,
ansible-playbook deploy/deploy.playbook.yml -i <ip of pi>,
```
Note the trailing comma in the `-i` flag. This is required for ansible to parse the ip as a list.