From 7a1210169c5b99c06b6239c2e66b27f8ae062c9a Mon Sep 17 00:00:00 2001 From: Tom Misilo <1446856+misilot@users.noreply.github.com> Date: Wed, 12 Jan 2022 14:14:54 -0600 Subject: [PATCH] Disable Starting of MySQL on Debian Disable Starting of MySQL Server on Debian based systems. --- tasks/setup-Debian.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/tasks/setup-Debian.yml b/tasks/setup-Debian.yml index 3e8f1d82..feb18c64 100644 --- a/tasks/setup-Debian.yml +++ b/tasks/setup-Debian.yml @@ -17,6 +17,7 @@ apt: name: "{{ mysql_packages }}" state: present + policy_rc_d: 101 register: deb_mysql_install_packages # Because Ubuntu starts MySQL as part of the install process, we need to stop