From 6bf4b300ffe1d6b2b4727581dc095a41c291a93f Mon Sep 17 00:00:00 2001 From: Suguru Hirahara Date: Wed, 11 Feb 2026 13:23:13 +0900 Subject: [PATCH] Fetch ansible-role-coturn from MASH project Signed-off-by: Suguru Hirahara --- requirements.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/requirements.yml b/requirements.yml index b61705c02..3648a970e 100644 --- a/requirements.yml +++ b/requirements.yml @@ -12,6 +12,10 @@ - src: git+https://github.com/mother-of-all-self-hosting/ansible-role-container-socket-proxy.git version: v0.4.2-1 name: container_socket_proxy +- src: git+https://github.com/mother-of-all-self-hosting/ansible-role-coturn.git + version: v4.8.0-1 + name: coturn + activation_prefix: coturn_ - src: git+https://github.com/mother-of-all-self-hosting/ansible-role-ddclient.git version: v4.0.0-0 name: ddclient