mirror of
https://github.com/frappe/bench.git
synced 2025-01-24 15:38:25 +00:00
debian and centos fixes
This commit is contained in:
parent
acbfbbedf6
commit
ee695ff14b
@ -6,4 +6,5 @@
|
|||||||
yum: name={{ item }} enablerepo=mariadb state=present
|
yum: name={{ item }} enablerepo=mariadb state=present
|
||||||
with_items:
|
with_items:
|
||||||
- MariaDB-server
|
- MariaDB-server
|
||||||
|
- MySQL-python # required for secure_install
|
||||||
...
|
...
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
when: ansible_distribution == 'Debian'
|
when: ansible_distribution == 'Debian'
|
||||||
|
|
||||||
- name: Add configuration
|
- name: Add configuration
|
||||||
template: src=debian_mariadb_config.cnf dest={{ mysql_conf_dir[ansible_distribution] }}/{{ mysql_conf_file }} owner=root group=root mode=0644
|
template: src={{ mysql_conf_tpl }} dest={{ mysql_conf_dir[ansible_distribution] }}/{{ mysql_conf_file }} owner=root group=root mode=0644
|
||||||
when: mysql_conf_tpl != 'change_me' and ansible_distribution == 'Debian'
|
when: mysql_conf_tpl != 'change_me' and ansible_distribution == 'Debian'
|
||||||
notify: restart mysql
|
notify: restart mysql
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user