Skip to content

Commit

Permalink
solve tpcc delete
Browse files Browse the repository at this point in the history
  • Loading branch information
denglei committed Sep 2, 2014
1 parent 2452d4a commit 614f3bf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
shell: mysql -h {{ ansible_default_ipv4.address }} -u {{ mysql_database_user }} -p{{ mysql_passwd }} -e "drop database {{ tpcc_database_name }}"
when: ansible_os_family == "RedHat" and ansible_distribution_version|int >=6
- name: Delete Mysql Tpcc Dir
shell: rm -rf /tmp/tpcc-mysql
shell: rm -rf /tmp/tpcc-mysql {{ tpcc_dir }}
when: ansible_os_family == "RedHat" and ansible_distribution_version|int >=6

0 comments on commit 614f3bf

Please sign in to comment.