From 2be11a2a9d5b30c8bb1639f2da622798da9d226e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABtan=20Trellu?= Date: Sat, 20 Jan 2024 18:56:31 -0500 Subject: [PATCH] [ansible/docker] Remove unused groups --- ansible/roles/ovos_installer/templates/docker/env.j2 | 9 --------- 1 file changed, 9 deletions(-) diff --git a/ansible/roles/ovos_installer/templates/docker/env.j2 b/ansible/roles/ovos_installer/templates/docker/env.j2 index 61d5599..a5c0af3 100644 --- a/ansible/roles/ovos_installer/templates/docker/env.j2 +++ b/ansible/roles/ovos_installer/templates/docker/env.j2 @@ -2,18 +2,12 @@ {% if ovos_installer_display_server != 'N/A' %} DISPLAY=:0 {% endif %} -{% if 'gpio' in getent_group %} -GPIO_GID={{ getent_group['gpio'][1] }} -{% endif %} {% if ovos_installer_profile != 'ovos' %} HIVEMIND_CONFIG_FOLDER={{ ovos_installer_user_home }}/hivemind/config HIVEMIND_CONFIG_PHAL_FOLDER={{ ovos_installer_user_home }}/hivemind/config/phal HIVEMIND_SHARE_FOLDER={{ ovos_installer_user_home }}/hivemind/share HIVEMIND_USER=hivemind {% endif %} -{% if 'i2c' in getent_group %} -I2C_GID={{ getent_group['i2c'][1] }} -{% endif %} {% if 'input' in getent_group %} INPUT_GID={{ getent_group['input'][1] }} {% endif %} @@ -25,9 +19,6 @@ PULL_POLICY={{ ovos_installer_docker_pull_policy }} {% if 'render' in getent_group %} RENDER_GID={{ getent_group['render'][1] }} {% endif %} -{% if 'spi' in getent_group %} -SPI_GID={{ getent_group['spi'][1] }} -{% endif %} TMP_FOLDER={{ ovos_installer_user_home }}/ovos/tmp {% if _ovos_installer_timezone is defined %} TZ={{ _ovos_installer_timezone.stdout }}