This commit is contained in:
Hideki Saito 2022-03-12 21:59:41 +09:00
parent fdd8ae0ed3
commit 4719370d33

View file

@ -39,7 +39,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 }}' # delegate_to: '{{ inventory_hostname }}'
#- assert: #- assert:
# that: # that:
# - '''changed'' in sync_result' # - '''changed'' in sync_result'