Skip to content

Commit 3a410b8

Browse files
committed
idempotency fix
1 parent 50ddc43 commit 3a410b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/setup-Debian.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
- name: Check if MySQL is already installed.
3-
stat: path=/etc/init.d/mysql
3+
stat: path=/etc/init.d/{{ mysql_daemon }}
44
register: mysql_installed
55

66
- name: Update apt cache if MySQL is not yet installed.

0 commit comments

Comments
 (0)