apt-proxy for known hardware types

This commit is contained in:
do
2020-07-02 14:43:04 +02:00
parent b763a8dbc2
commit 9ce858d691
3 changed files with 23 additions and 1 deletions

View File

@@ -1,4 +1,5 @@
{% if grains['hardware'] == 'RaspberryPi' %}
include:
- .common
{% if grains['hardware'] == 'RaspberryPi' %}
- .raspberrypi
{% endif %}