Reorganize some files
This commit is contained in:
parent
6d89319822
commit
f153c70a60
@ -3,7 +3,7 @@
|
|||||||
- include: tasks/setup/main.yml
|
- include: tasks/setup/main.yml
|
||||||
when: run_setup
|
when: run_setup
|
||||||
|
|
||||||
- include: tasks/import_postgres.yml
|
- include: tasks/import/import_postgres.yml
|
||||||
tags:
|
tags:
|
||||||
- import-postgres
|
- import-postgres
|
||||||
when: run_import_postgres
|
when: run_import_postgres
|
||||||
@ -23,12 +23,12 @@
|
|||||||
- register-user
|
- register-user
|
||||||
when: run_register_user
|
when: run_register_user
|
||||||
|
|
||||||
- include: tasks/import_sqlite_db.yml
|
- include: tasks/import/import_sqlite_db.yml
|
||||||
tags:
|
tags:
|
||||||
- import-sqlite-db
|
- import-sqlite-db
|
||||||
when: run_import_sqlite_db
|
when: run_import_sqlite_db
|
||||||
|
|
||||||
- include: tasks/import_media_store.yml
|
- include: tasks/import/import_media_store.yml
|
||||||
tags:
|
tags:
|
||||||
- import-media-store
|
- import-media-store
|
||||||
when: run_import_media_store
|
when: run_import_media_store
|
||||||
|
Loading…
Reference in New Issue
Block a user