Marcel Partap
3 yıl önce
committed by
GitHub
ebeveyn
işleme
3983dfb009
Veri tabanında bu imza için bilinen anahtar bulunamadı
GPG Anahtar Kimliği: 4AEE18F83AFDEB23
1 değiştirilmiş dosya ile
3 ekleme ve
1 silme
-
roles/matrix-base/tasks/main.yml
|
|
|
@@ -10,7 +10,9 @@ |
|
|
|
- setup-all |
|
|
|
|
|
|
|
- import_tasks: "{{ role_path }}/tasks/server_base/setup.yml" |
|
|
|
when: run_setup|bool |
|
|
|
when: |
|
|
|
- run_setup|bool |
|
|
|
- not matrix_skip_setup_server_base|bool |
|
|
|
tags: |
|
|
|
- setup-all |
|
|
|
|
|
|
|
|