From 4ce346ce903bf21dd5c4e917f9e997d760808902 Mon Sep 17 00:00:00 2001 From: Dennis Hjort Date: Tue, 1 Jul 2025 22:35:51 +0200 Subject: [PATCH] Add root privilege escalation to playbook --- deploymatrix.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/deploymatrix.yml b/deploymatrix.yml index 504777c..0da62ff 100644 --- a/deploymatrix.yml +++ b/deploymatrix.yml @@ -2,6 +2,7 @@ - name: Deploy Matrix stack with Podman hosts: all gather_facts: false + become: true vars: synapse_image: docker.io/matrixdotorg/synapse:latest postgres_image: docker.io/library/postgres:16-alpine