mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2026-09-23 16:20:11 +00:00
The ownership repair added in e5b8de8c2 is not sufficient on every Ansible privilege-escalation setup. Git may still see a different effective owner after the checkout has been recursively chowned, as demonstrated by #5065.
Pass an exact, task-scoped safe.directory setting to all 56 server-side git tasks. Keep the ownership repair as well, because it remains necessary for filesystem permissions. The two controller-side theme checkouts already use the same protection.
matrix-mautrix-meta-instagram
This role installs the Instagram bridge developed in the mautrix-meta repository.
This role used to be auto-generated from the matrix-bridge-mautrix-meta-messenger role, back when a single mautrix-meta binary served both Messenger and Instagram depending on a mode configuration setting.
Since mautrix-meta v26.07, Instagram is a separate binary with its own container image (ig- prefixed tags) and its own configuration schema, so the two roles are maintained independently.