Skip to content

Commit

Permalink
change create tpcc install log dir
Browse files Browse the repository at this point in the history
  • Loading branch information
denglei committed Sep 2, 2014
1 parent 614f3bf commit dea221d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
- name: Create Test Result Dir In Redhat Client
file: dest={{ tpcc_dir }} state=directory
when: ansible_os_family == "RedHat" and ansible_distribution_version|int >=6
tags: Only_install_tpcc
tags: Onlytest
- name: Create Tpcc Mysql Test Data To Redhat Client
shell: /tmp/tpcc-mysql/tpcc_load {{ ansible_default_ipv4.address }} {{ tpcc_database_name }} {{ mysql_database_user }} {{ mysql_passwd }} {{ warehouse }}
when: ansible_os_family == "RedHat" and ansible_distribution_version|int >=6
Expand Down

0 comments on commit dea221d

Please sign in to comment.