diff --git a/ansible/install/roles/rally/tasks/main.yml b/ansible/install/roles/rally/tasks/main.yml index 1b10e2d7..9ca43262 100644 --- a/ansible/install/roles/rally/tasks/main.yml +++ b/ansible/install/roles/rally/tasks/main.yml @@ -67,13 +67,13 @@ args: executable: /bin/bash chdir: "{{ role_path }}/files/browbeat-rally" - when: rhosp_version is version('15.0', '>=') + when: rhosp_version is version('13.0', '>=') - name: create lock table in rally db for dynamic workloads shell: | source {{ rally_venv }}/bin/activate python {{ role_path }}/files/create_lock_table.py - when: rhosp_version is version('15.0', '>=') + when: rhosp_version is version('13.0', '>=') - block: - name: copy of stackrc