mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-05-20 07:59:11 -07:00
fix order to prevent [ERROR]: Task failed: Module failed: 'Server_id'
This commit is contained in:
parent
cf57ab9dda
commit
0c5e870d75
1 changed files with 1 additions and 1 deletions
|
@ -291,9 +291,9 @@
|
|||
# Bugfix https://github.com/ansible-collections/community.mysql/issues/652
|
||||
|
||||
- name: Get server version
|
||||
register: result
|
||||
mysql_info:
|
||||
<<: *mysql_params
|
||||
register: result
|
||||
|
||||
- name: Set variable name when running on MySQL
|
||||
set_fact:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue