roles/mariadb: Update comment with link to MySQL module docs
This commit is contained in:
parent
7b60e6d24f
commit
0e409792ca
@ -25,7 +25,7 @@
|
|||||||
tags: mariadb
|
tags: mariadb
|
||||||
|
|
||||||
# 'localhost' needs to be the last item for idempotency, see
|
# 'localhost' needs to be the last item for idempotency, see
|
||||||
# http://ansible.cc/docs/modules.html#mysql-user
|
# https://docs.ansible.com/ansible/latest/mysql_user_module.html
|
||||||
- name: Update MariaDB root password for all root accounts
|
- name: Update MariaDB root password for all root accounts
|
||||||
mysql_user: name=root host={{ item }} password={{ mariadb_root_password }}
|
mysql_user: name=root host={{ item }} password={{ mariadb_root_password }}
|
||||||
with_items:
|
with_items:
|
||||||
|
Loading…
Reference in New Issue
Block a user