From c4be79b2d6df4c66dc920ce345476660df9987c2 Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Tue, 3 Nov 2015 13:32:39 +0200 Subject: [PATCH] Add comment that preseeding root password always changes. --- tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/main.yml b/tasks/main.yml index 1bead0e..1caec13 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -1,7 +1,7 @@ --- # tasks file for ansible-mysql -- name: Preseed +- name: Preseed (always changes) when: mysql_root_password is defined debconf: name: mysql-server-5.5 -- GitLab