Skip to content

Commit

Permalink
[devkit] Better condition checking
Browse files Browse the repository at this point in the history
  • Loading branch information
goldyfruit committed May 16, 2024
1 parent 0763ded commit 515b14d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansible/roles/ovos_hardware_mark2/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

- name: Include touchscreen.yml
ansible.builtin.import_tasks: touchscreen.yml
when: "'attiny1614' in ovos_installer_i2c_devices"
when: ovos_installer_i2c_devices in ["attiny1614"]

- name: Include wireplumber.yml
ansible.builtin.import_tasks: wireplumber.yml

0 comments on commit 515b14d

Please sign in to comment.