Genericize the inclusion of libraspberrypi-bin

This commit is contained in:
Salt 2021-08-07 17:23:15 -05:00
parent d68e3430a8
commit 691a934297
2 changed files with 4 additions and 2 deletions

View File

@ -11,5 +11,7 @@ api_endpoint: "https://netbox.desu.ltd"
group_by:
- device_roles
- tags
- device_types
- manufacturers
device_query_filters:
- has_primary_ip: "true"

View File

@ -2,9 +2,9 @@
# vim:ft=ansible:
---
# General configuration
- hosts: tags_pis
- hosts: manufacturers_raspi
tasks:
- name: install basic packages
- name: install raspi packages
apt:
name:
- libraspberrypi-bin