Skip to content

Commit 819c6dc

Browse files
committed
Merge branch 'master' of github.com:edthedev/McAirpos
2 parents bc291dd + 6f226b4 commit 819c6dc

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

ansible/README.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -31,15 +31,14 @@ ssh-copy-id root@recalbox.local
3131
## Install McAirPos to your RecalBox machine(s)
3232

3333
```shell
34-
$ ansible-playbook ./ansible_install.yml --inventory 'asteroids.local,rampage.local' --user 'root'
34+
$ ansible-playbook -i "rampage.local," --user "root" ./ansible_install.yml
3535

3636
PLAY [Install McAirPos to allow playing MakeCode Arcade games] ***************************************
3737

3838
... various task details ...
3939

4040

4141
PLAY RECAP *******************************************************************************************
42-
asteroids.local : ok=4 changed=2 unreachable=0 failed=0 skipped=0 rescued=0 ignored=0
4342
rampage.local : ok=4 changed=2 unreachable=0 failed=0 skipped=0 rescued=0 ignored=0
4443
```
4544

@@ -55,5 +54,5 @@ rampage.local ansible_user=root
5554

5655
Then run the playbook with a simpler command:
5756
```shell
58-
ansible-playbook ./ansible_install.yml
57+
ansible-playbook -l 'arcades,' ./ansible_install.yml
5958
```

0 commit comments

Comments
 (0)