From 51919829e32e13c3b7634d5aa8bfe843758e622b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20B=C3=A4rlocher?= Date: Tue, 26 May 2026 15:03:04 +0200 Subject: [PATCH] fix(talk,coturn): correct vars file header (was 'httpbin') MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Both new roles had 'vars file for httpbin' as the header comment in vars/main.yml — copy-paste artefact from the httpbin role template. Files are otherwise empty. Reviewer flagged both inline (PR review comments 229 and 230). --- roles/coturn/vars/main.yml | 2 +- roles/talk/vars/main.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/coturn/vars/main.yml b/roles/coturn/vars/main.yml index fedd529..f2a4ea3 100644 --- a/roles/coturn/vars/main.yml +++ b/roles/coturn/vars/main.yml @@ -1,3 +1,3 @@ #SPDX-License-Identifier: MIT-0 --- -# vars file for httpbin +# vars file for coturn diff --git a/roles/talk/vars/main.yml b/roles/talk/vars/main.yml index fedd529..a131766 100644 --- a/roles/talk/vars/main.yml +++ b/roles/talk/vars/main.yml @@ -1,3 +1,3 @@ #SPDX-License-Identifier: MIT-0 --- -# vars file for httpbin +# vars file for talk