Skip to content

Commit

Permalink
Merge branch 'master' of github.com:edthedev/McAirpos
Browse files Browse the repository at this point in the history
  • Loading branch information
edthedev committed May 25, 2022
2 parents bc291dd + 6f226b4 commit 819c6dc
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions ansible/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,14 @@ ssh-copy-id root@recalbox.local
## Install McAirPos to your RecalBox machine(s)

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

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

... various task details ...


PLAY RECAP *******************************************************************************************
asteroids.local : ok=4 changed=2 unreachable=0 failed=0 skipped=0 rescued=0 ignored=0
rampage.local : ok=4 changed=2 unreachable=0 failed=0 skipped=0 rescued=0 ignored=0
```

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

Then run the playbook with a simpler command:
```shell
ansible-playbook ./ansible_install.yml
ansible-playbook -l 'arcades,' ./ansible_install.yml
```

0 comments on commit 819c6dc

Please sign in to comment.