Skip to content

Commit 233e0e3

Browse files
author
Andrey Kaipov
committed
Fix geerlingguy#274: Always register the mysql_cli_version variable
1 parent cd3019b commit 233e0e3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tasks/configure.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
command: 'mysql --version'
44
register: mysql_cli_version
55
changed_when: false
6+
check_mode: no
67

78
- name: Copy my.cnf global MySQL configuration.
89
template:

0 commit comments

Comments
 (0)