Skip to content

Commit f131915

Browse files
authored
Merge pull request geerlingguy#474 from misilot/patch-1
Disable Starting of MySQL on Debian during install.
2 parents e92c2ce + 7a12101 commit f131915

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tasks/setup-Debian.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
apt:
1818
name: "{{ mysql_packages }}"
1919
state: present
20+
policy_rc_d: 101
2021
register: deb_mysql_install_packages
2122

2223
# Because Ubuntu starts MySQL as part of the install process, we need to stop

0 commit comments

Comments
 (0)