fix the string format

This commit is contained in:
Adam Brokes
2019-11-13 15:17:25 +11:00
parent 4fc7dcb507
commit 6f8ba9d08e

View File

@@ -102,7 +102,7 @@
register: result
failed_when:
- result.rc != 0
- "COMMENT ON EXTENSION" not in result.msg
- '"COMMENT ON EXTENSION" not in result.msg'
when: db_created.changed and atl_backup_db_dest is defined