소스 검색

Merge ce16f6fa4b into 9abcb10f9f

pull/498/merge
Marcel Partap 3 년 전
committed by GitHub
부모
커밋
3983dfb009
No known key found for this signature in database GPG 키 ID: 4AEE18F83AFDEB23
1개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  1. +3
    -1
      roles/matrix-base/tasks/main.yml

+ 3
- 1
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



불러오는 중...
취소
저장