Fix registered variable name

This commit is contained in:
Laurent Indermuehle 2022-08-24 16:46:53 +02:00
commit c0faab020f
No known key found for this signature in database
GPG key ID: 93FA944C9F34DD09

View file

@ -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: