Remove _ from hostnames. Causes an issue on Debian.

This commit is contained in:
Robert de Bock 2022-01-21 13:06:41 +01:00
parent 3bc7d76805
commit 51842e8ea2
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ lint: |
driver:
name: docker
platforms:
- name: "{{ role_name }}-${image:-{{ docker_image }}}-${tag:-{{ docker_tag }}}${TOX_ENVNAME}"
- name: "{{ role_name | regex_replace('_', '') }}-${image:-{{ docker_image }}}-${tag:-{{ docker_tag }}}${TOX_ENVNAME}"
image: "${namespace:-{{ docker_namespace }}}/${image:-{{ docker_image }}}:${tag:-{{ docker_tag }}}"
command: /sbin/init
volumes: