This commit is contained in:
Hideki Saito 2022-03-12 22:04:43 +09:00
parent 4719370d33
commit abaa709d99

View file

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