DCD-803: Add explaining comment

This commit is contained in:
Adam Brokes
2019-11-13 15:49:00 +11:00
parent a0496644d4
commit c1486e14ec

View File

@@ -98,6 +98,7 @@
state: restore
target: "{{ atl_backup_db_dest }}"
register: result
# managed DBs in cloud providers are not allowing full root access to the DB engine, we can safely ignore the COMMENT ON EXTENSION error
failed_when:
- result.rc != 0
- '"COMMENT ON EXTENSION" not in result.msg'