Skip to content

Commit

Permalink
Merge pull request #474 from misilot/patch-1
Browse files Browse the repository at this point in the history
Disable Starting of MySQL on Debian during install.
  • Loading branch information
geerlingguy authored Jan 16, 2023
2 parents e92c2ce + 7a12101 commit f131915
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tasks/setup-Debian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f131915

Please sign in to comment.