mirror of
https://github.com/phfroidmont/self-hosting.git
synced 2025-12-25 05:36:59 +01:00
Add mailu and nextcloud
This commit is contained in:
parent
409828214b
commit
643ab3229a
20 changed files with 583 additions and 4 deletions
|
|
@ -9,7 +9,9 @@
|
|||
find: paths=/var/lib/gitlab/git-data/repositories/ file_type=directory patterns="*"
|
||||
register: gitlab_users_repos
|
||||
- name: Get Gitlab git user id
|
||||
command: docker exec gitlab_gitlab_1 id -u git
|
||||
command: docker-compose exec -T gitlab id -u git
|
||||
args:
|
||||
chdir: "{{docker_compose_files_folder}}/gitlab/"
|
||||
register: gitlab_git_uid
|
||||
when: gitlab_users_repos.matched|int == 0
|
||||
- name: Wait for Gitlab to be installed
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue