From ceffbc38da5b6030b4e809ff682c6b76a9c3b976 Mon Sep 17 00:00:00 2001 From: Kevin Veen-Birkenbach Date: Tue, 26 Dec 2023 22:45:24 +0100 Subject: [PATCH] changed matrix to compose --- group_vars/all | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/group_vars/all b/group_vars/all index 80b9ca65..c22cf989 100644 --- a/group_vars/all +++ b/group_vars/all @@ -127,7 +127,7 @@ pixelfed_app_name: "Pictures" #### Matrix matrix_playbook_tags: "setup-all,start" # For the initial update use: install-all,ensure-matrix-users-created,start -matrix_role: "ansible" # Role to setup Matrix. Valid values: ansible, compose +matrix_role: "compose" # Role to setup Matrix. Valid values: ansible, compose #### Mastodon version_mastodon: "latest"