Skip to content

Commit

Permalink
Troubleshooting
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmontalvo3 committed Jul 6, 2020
1 parent 4160ae3 commit dc01d49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/roles/verify-wiki/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@
# SECTION: TRANSFER SQL to DB master
#
- name: "{{ wiki_id }} - Transfer SQL file from backup server to DB master"
include: transfer-backup-to-db-master.yml
include_tasks: transfer-backup-to-db-master.yml
run_once: true
when: (not do_sql_dump) and (not wiki_exists or intend_overwrite_from_backup)

Expand Down

0 comments on commit dc01d49

Please sign in to comment.