From 0e409792ca2c9ab7ec161426b1476a98a0defa35 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Sun, 5 Nov 2017 00:26:32 +0200 Subject: [PATCH] roles/mariadb: Update comment with link to MySQL module docs --- roles/mariadb/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/mariadb/tasks/main.yml b/roles/mariadb/tasks/main.yml index 34ecc0d..aec0662 100644 --- a/roles/mariadb/tasks/main.yml +++ b/roles/mariadb/tasks/main.yml @@ -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: