only execute PI os specific settings on a PI

This commit is contained in:
Staf Wagemakers 2020-08-16 12:52:25 +02:00
parent a5782b1d61
commit 98473e2b09

View File

@ -46,3 +46,5 @@
- "prereq/{{ ansible_distribution }}-{{ ansible_distribution_major_version }}.yml"
- "prereq/{{ ansible_distribution }}.yml"
- "prereq/default.yml"
when:
- raspberry_pi|default(false)