small fixes
This commit is contained in:
6
README
6
README
@@ -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.
|
||||
|
Reference in New Issue
Block a user