mirror of
https://github.com/mother-of-all-self-hosting/mash-playbook
synced 2024-11-10 06:14:17 +00:00
Rename aux role directory to auxiliary to work around problems on NTFS
Related to: - https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/2738 - https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/2739 - https://github.com/mother-of-all-self-hosting/mash-playbook/pull/40
This commit is contained in:
parent
5ae0f4f1e3
commit
7e0a5cf306
2 changed files with 2 additions and 2 deletions
|
@ -11,7 +11,7 @@
|
|||
name: authentik
|
||||
- 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/mother-of-all-self-hosting/ansible-role-collabora-online.git
|
||||
|
|
|
@ -138,7 +138,7 @@
|
|||
- role: galaxy/com.devture.ansible.role.woodpecker_ci_server
|
||||
- role: galaxy/com.devture.ansible.role.woodpecker_ci_agent
|
||||
|
||||
- role: galaxy/aux
|
||||
- role: galaxy/auxiliary
|
||||
|
||||
- when: devture_systemd_service_manager_enabled | bool
|
||||
role: galaxy/com.devture.ansible.role.systemd_service_manager
|
||||
|
|
Loading…
Reference in a new issue