File tree 1 file changed +2
-3
lines changed
1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -31,15 +31,14 @@ ssh-copy-id root@recalbox.local
31
31
## Install McAirPos to your RecalBox machine(s)
32
32
33
33
``` 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
35
35
36
36
PLAY [Install McAirPos to allow playing MakeCode Arcade games] ***************************************
37
37
38
38
... various task details ...
39
39
40
40
41
41
PLAY RECAP *******************************************************************************************
42
- asteroids.local : ok=4 changed=2 unreachable=0 failed=0 skipped=0 rescued=0 ignored=0
43
42
rampage.local : ok=4 changed=2 unreachable=0 failed=0 skipped=0 rescued=0 ignored=0
44
43
```
45
44
@@ -55,5 +54,5 @@ rampage.local ansible_user=root
55
54
56
55
Then run the playbook with a simpler command:
57
56
``` shell
58
- ansible-playbook ./ansible_install.yml
57
+ ansible-playbook -l ' arcades, ' ./ansible_install.yml
59
58
```
You can’t perform that action at this time.
0 commit comments