Marcel Partap
3 anni fa
committed by
GitHub
Non sono state trovate chiavi note per questa firma nel database
ID Chiave GPG: 4AEE18F83AFDEB23
1 ha cambiato i file con
3 aggiunte e
1 eliminazioni
-
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 |
|
|
|
|
|
|
|
|