added esphome
This commit is contained in:
parent
f861bb3aca
commit
00d7160d66
6
podman/esphome.sls
Normal file
6
podman/esphome.sls
Normal file
@ -0,0 +1,6 @@
|
||||
{% from 'lib.sls' import container_deploy with context %}
|
||||
{% set user = salt['pillar.get']('podman:user', 'root') %}
|
||||
{% set home = salt['user.info'](user).home %}
|
||||
|
||||
{{ container_deploy('esphome') }}
|
||||
|
Reference in New Issue
Block a user