Tell ODCS not to migrate its db by default. Only do that during an upgrade playbook run.

This commit is contained in:
Ralph Bean 2017-09-25 17:48:19 +00:00
parent 9f2ae17466
commit 537f1de7c0

View file

@ -1,5 +1,5 @@
---
odcs_migrate_db: True
odcs_migrate_db: False
odcs_endpoint: ''
odcs_allowed_named_hosts: []
odcs_allowed_hosts: []