Skip to content

Commit

Permalink
Disable Starting of MySQL on Debian
Browse files Browse the repository at this point in the history
Disable Starting of MySQL Server on Debian based systems.
  • Loading branch information
misilot committed Jul 14, 2022
1 parent 121c9d5 commit 7a12101
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 7a12101

Please sign in to comment.