Browse Source

Fix installing 'aux'-role on NTFS - Fixes #2738

pull/2739/head
SapuSeven 2 years ago
parent
commit
bfd8ee3977
No known key found for this signature in database GPG Key ID: F9DD1BE6A4404E61
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      playbooks/matrix.yml
  2. +1
    -1
      requirements.yml

+ 1
- 1
playbooks/matrix.yml View File

@@ -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



+ 1
- 1
requirements.yml View File

@@ -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


Loading…
Cancel
Save