mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-08-27 16:31:47 -07:00
Fix registered variable name
This commit is contained in:
parent
a67df37204
commit
c0faab020f
1 changed files with 2 additions and 2 deletions
|
@ -45,11 +45,11 @@
|
||||||
encoding: latin1
|
encoding: latin1
|
||||||
target: "{{ latin1_file1 }}"
|
target: "{{ latin1_file1 }}"
|
||||||
state: dump
|
state: dump
|
||||||
register: dump_result
|
register: result
|
||||||
|
|
||||||
- assert:
|
- assert:
|
||||||
that:
|
that:
|
||||||
- result is changed
|
- result is changed
|
||||||
|
|
||||||
- name: state dump - file name should exist
|
- name: state dump - file name should exist
|
||||||
file:
|
file:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue