diff --git a/podman/hass.sls b/podman/hass.sls new file mode 100644 index 0000000..ca7dbd4 --- /dev/null +++ b/podman/hass.sls @@ -0,0 +1,3 @@ +{% from 'lib.sls' import container_deploy with context %} + +{{ container_deploy('hass') }}