Update 'tasks/mysql-conf.yml'
This commit is contained in:
parent
41e5a8bd5c
commit
3f3c74db90
|
@ -13,10 +13,7 @@
|
|||
file: dest={{ mysql_data_dir }} state=directory owner=mysql group=mysql mode=0700
|
||||
|
||||
- name: Copy data to the new directory
|
||||
synchronize:
|
||||
src: /var/lib/mysql
|
||||
dest: {{ mysql_data_dir }}
|
||||
delegate_to: "{{ inventory_hostname }}"
|
||||
synchronize: src=/var/lib/mysql dest={{ mysql_data_dir }} delegate_to={{ inventory_hostname }}
|
||||
when: my_data_dir.stat.isdir is not defined
|
||||
|
||||
- name: Create the log directory
|
||||
|
|
Loading…
Reference in New Issue