Install libraspberrypi on pis

This commit is contained in:
Salt 2021-02-28 07:02:54 -06:00
parent ba1fc34748
commit 5e7b651bd7

View File

@ -9,9 +9,12 @@
- role: docker - role: docker
tags: [ pis, docker, skip-pull ] tags: [ pis, docker, skip-pull ]
tasks: tasks:
- name: install python3-docker - name: install basic packages
apt: name=python3-docker apt:
tags: [ pis, docker ] name:
- python3-docker
- libraspberrypi-bin
tags: [ pis, packages ]
# k8s # k8s
- hosts: pik8s - hosts: pik8s
roles: roles: