Removes reference to deprecated rally-manage

Replaces the call to "rally-manage db create" with the
post-2.0.0-compatible "rally db create".

Closes-Bug: #1853509
Change-Id: I588ba1e26f5e4afc40f43547b15b48e9428e2f48
This commit is contained in:
Jeff Albert 2019-11-21 12:02:50 -08:00
parent 4d5a4122f7
commit 7fc259310f
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@
register: rally_deployment_list_result
- name: Create/upgrade Rally DB schema
command: "{{ rally_bin }}/rally-manage db create"
command: "{{ rally_bin }}/rally db create"
when:
- rally_deployment_list_result.stdout is search("Database is missing")