瀏覽代碼

Reorganize some files

pull/66/head
Slavi Pantaleev 7 年之前
父節點
當前提交
f153c70a60
共有 4 個檔案被更改,包括 3 行新增3 行删除
  1. +0
    -0
      roles/matrix-server/tasks/import/import_media_store.yml
  2. +0
    -0
      roles/matrix-server/tasks/import/import_postgres.yml
  3. +0
    -0
      roles/matrix-server/tasks/import/import_sqlite_db.yml
  4. +3
    -3
      roles/matrix-server/tasks/main.yml

roles/matrix-server/tasks/import_media_store.yml → roles/matrix-server/tasks/import/import_media_store.yml 查看文件


roles/matrix-server/tasks/import_postgres.yml → roles/matrix-server/tasks/import/import_postgres.yml 查看文件


roles/matrix-server/tasks/import_sqlite_db.yml → roles/matrix-server/tasks/import/import_sqlite_db.yml 查看文件


+ 3
- 3
roles/matrix-server/tasks/main.yml 查看文件

@@ -3,7 +3,7 @@
- include: tasks/setup/main.yml
when: run_setup

- include: tasks/import_postgres.yml
- include: tasks/import/import_postgres.yml
tags:
- import-postgres
when: run_import_postgres
@@ -23,12 +23,12 @@
- register-user
when: run_register_user

- include: tasks/import_sqlite_db.yml
- include: tasks/import/import_sqlite_db.yml
tags:
- import-sqlite-db
when: run_import_sqlite_db

- include: tasks/import_media_store.yml
- include: tasks/import/import_media_store.yml
tags:
- import-media-store
when: run_import_media_store


Loading…
取消
儲存