This commit is contained in:
Hideki Saito 2022-03-13 02:13:20 +09:00
parent ea4ba1e4e0
commit 4f7eb3943d

View file

@ -35,6 +35,7 @@
src: "{{ output_dir }}/foo.txt" src: "{{ output_dir }}/foo.txt"
dest: "{{ output_dir }}/foo.result" dest: "{{ output_dir }}/foo.result"
register: sync_result register: sync_result
delegate_to: "{{ inventory_hostname }}"
- assert: - assert:
that: that:
- '''changed'' in sync_result' - '''changed'' in sync_result'