Skip to content

Commit

Permalink
solve mysql tpcc dir path issue
Browse files Browse the repository at this point in the history
  • Loading branch information
denglei committed Sep 2, 2014
1 parent df258ca commit 4316478
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@
when: ansible_os_family == "RedHat" and ansible_distribution_version|int >=6
tags: Onlytest
- name: Copy Mysql Tpcc Result from Redhat Client
fetch: src={{ tpcc_dir }}/{{ f }}_{{ ansible_hostname }}-{{ time.stdout }}-{{ r }}.log dest={{ tpcc_dif }}/{{ host }}-{{ f }}-{{ time.stdout }}-{{ r }}.log flat=yes
fetch: src={{ tpcc_dir }}/{{ f }}_{{ ansible_hostname }}-{{ time.stdout }}-{{ r }}.log dest={{ tpcc_dir }}/{{ host }}-{{ f }}-{{ time.stdout }}-{{ r }}.log flat=yes
when: ansible_os_family == "RedHat" and ansible_distribution_version|int >=6
tags: Onlytest

0 comments on commit 4316478

Please sign in to comment.