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