Skip to content

Commit

Permalink
[ansible/docker] Remove unused groups
Browse files Browse the repository at this point in the history
  • Loading branch information
goldyfruit committed Jan 20, 2024
1 parent dc677bc commit 2be11a2
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions ansible/roles/ovos_installer/templates/docker/env.j2
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}
Expand All @@ -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 }}
Expand Down

0 comments on commit 2be11a2

Please sign in to comment.