roles/mariadb: Update comment with link to MySQL module docs

This commit is contained in:
Alan Orth 2017-11-05 00:26:32 +02:00
parent 7b60e6d24f
commit 0e409792ca
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@
tags: mariadb
# '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
mysql_user: name=root host={{ item }} password={{ mariadb_root_password }}
with_items: