ODCS: Stop calling useles db-migrate command.

This commit is contained in:
Jan Kaluža 2020-03-17 06:14:59 +00:00 committed by Pierre-Yves Chibon
parent af92d2582a
commit 3b17b92e20

View file

@ -79,7 +79,6 @@
command: "{{ item }}" command: "{{ item }}"
with_items: with_items:
- odcs-manager upgradedb - odcs-manager upgradedb
- odcs-manager db migrate
become: yes become: yes
become_user: odcs become_user: odcs
when: odcs_migrate_db when: odcs_migrate_db