Rename mysql_ -> mariadb_

This commit is contained in:
Emilien Mantel
2018-03-17 17:28:54 +01:00
parent 859bafdb50
commit c72c3ac842
37 changed files with 263 additions and 260 deletions

View File

@@ -1,7 +1,7 @@
---
- name: MYSQL_USER | Update mysql root password for all root accounts
mysql_user: name=root host={{ item }} password={{ mysql_root_password }}
mysql_user: name=root host={{ item }} password={{ mariadb_root_password }}
with_items:
- "{{ ansible_hostname }}"
- 127.0.0.1