Browse Source

Merge ce16f6fa4b into 9abcb10f9f

pull/498/merge
Marcel Partap 3 years ago
committed by GitHub
parent
commit
3983dfb009
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions
  1. +3
    -1
      roles/matrix-base/tasks/main.yml

+ 3
- 1
roles/matrix-base/tasks/main.yml View File

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



Loading…
Cancel
Save