GMH 0.4.6 update

This commit is contained in:
Michael-GMH
2021-05-10 18:50:10 +08:00
parent 3dcc006932
commit 4e6f6e179b
10 changed files with 314 additions and 4 deletions

View File

@ -44,6 +44,15 @@
tags:
- purge-media
# Purge Synapse database if called
- include_tasks:
file: "purge_database_main.yml"
apply:
tags: purge-database
when: run_setup|bool and matrix_awx_enabled|bool
tags:
- purge-database
# Import configs, media repo from /chroot/backup import
- include_tasks:
file: "import_awx.yml"