Skip to content

Commit 6afec2b

Browse files
authored
Merge pull request geerlingguy#275 from andreykaipov/feature/always-register-mysql-version
Fix geerlingguy#274: Always register the mysql_cli_version variable
2 parents cd3019b + 233e0e3 commit 6afec2b

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)