We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50ddc43 commit 3a410b8Copy full SHA for 3a410b8
tasks/setup-Debian.yml
@@ -1,6 +1,6 @@
1
---
2
- name: Check if MySQL is already installed.
3
- stat: path=/etc/init.d/mysql
+ stat: path=/etc/init.d/{{ mysql_daemon }}
4
register: mysql_installed
5
6
- name: Update apt cache if MySQL is not yet installed.
0 commit comments