Skip to content

Commit

Permalink
Fix to allow running without inventory file.
Browse files Browse the repository at this point in the history
  • Loading branch information
edthedev committed May 25, 2022
1 parent 4284b75 commit bc291dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ansible/ansible_install.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
- name: Install McAirPos to allow playing MakeCode Arcade games
hosts: arcades
gather_facts: no
hosts: all
vars:
home_pi: /home/pi
git_rb: ../McAirpos/Recalbox8.0
Expand Down Expand Up @@ -73,4 +73,4 @@
ansible.builtin.copy:
src: "../McAirpos/Recalbox8.0/usr/share/alsa/cards/vc4-hdmi.conf"
dest: /usr/share/alsa/cards/vc4-hdmi.conf
backup: yes
backup: yes

0 comments on commit bc291dd

Please sign in to comment.