From bfd8ee3977e4514f00dc245956f472821507e6de Mon Sep 17 00:00:00 2001 From: SapuSeven Date: Thu, 15 Jun 2023 22:34:38 +0200 Subject: [PATCH] Fix installing 'aux'-role on NTFS - Fixes #2738 --- playbooks/matrix.yml | 2 +- requirements.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/playbooks/matrix.yml b/playbooks/matrix.yml index 9ce1aebe..266f3b9e 100755 --- a/playbooks/matrix.yml +++ b/playbooks/matrix.yml @@ -114,7 +114,7 @@ - custom/matrix-nginx-proxy - custom/matrix-coturn - - role: galaxy/aux + - role: galaxy/auxiliary - role: galaxy/com.devture.ansible.role.postgres_backup diff --git a/requirements.yml b/requirements.yml index e93903da..867e6c53 100644 --- a/requirements.yml +++ b/requirements.yml @@ -2,7 +2,7 @@ - src: git+https://github.com/mother-of-all-self-hosting/ansible-role-aux.git version: v1.0.0-1 - name: aux + name: auxiliary - src: git+https://gitlab.com/etke.cc/roles/backup_borg.git version: v1.2.4-1.7.14-0 - src: git+https://github.com/devture/com.devture.ansible.role.container_socket_proxy.git