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
tags: [ pis, docker, skip-pull ]
tasks:
- name: install python3-docker
apt: name=python3-docker
tags: [ pis, docker ]
- name: install basic packages
apt:
name:
- python3-docker
- libraspberrypi-bin
tags: [ pis, packages ]
# k8s
- hosts: pik8s
roles: