Genericize the inclusion of libraspberrypi-bin
This commit is contained in:
parent
d68e3430a8
commit
691a934297
@ -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"
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user