DCD-686: Ignore any roles specified in the DB dump during restore.

This commit is contained in:
Steve Smith
2019-10-09 13:44:02 +11:00
parent 5996a176d5
commit adf9c27093

View File

@@ -51,6 +51,7 @@
# Depends on fetch_backup roles # Depends on fetch_backup roles
state: restore state: restore
target: "{{ atl_backup_db_dest }}" target: "{{ atl_backup_db_dest }}"
target_opts: "--no-owner --role={{ atl_jdbc_user }}"
when: atl_backup_db_dest is defined when: atl_backup_db_dest is defined
tags: tags: