mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-08-25 07:21:45 -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
|
||||
target: "{{ latin1_file1 }}"
|
||||
state: dump
|
||||
register: dump_result
|
||||
register: result
|
||||
|
||||
- assert:
|
||||
that:
|
||||
- result is changed
|
||||
- result is changed
|
||||
|
||||
- name: state dump - file name should exist
|
||||
file:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue