1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

services - is_rpi -> is_raspbian

This commit is contained in:
Jerry Vonau 2020-03-04 15:41:48 -06:00
parent ebf24417aa
commit 9d9997584e
15 changed files with 40 additions and 40 deletions

View file

@ -1,3 +1,3 @@
- name: Install nodogsplash (Raspbian only)
include_tasks: rpi.yml
when: is_rpi | bool
when: is_raspbian | bool