mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-02 11:22:47 +00:00
made diff ignore whitespace
This commit is contained in:
@@ -36,7 +36,7 @@
|
||||
copy: src=9851.txt dest={{output_dir}}/9851.txt
|
||||
|
||||
- name: 9851 - Compare generated json to known good
|
||||
shell: diff {{output_dir}}/9851.out {{output_dir}}/9851.txt
|
||||
shell: diff -w {{output_dir}}/9851.out {{output_dir}}/9851.txt
|
||||
register: 9851_diff_result
|
||||
|
||||
- name: 9851 - verify generated file matches known good
|
||||
|
||||
Reference in New Issue
Block a user