This commit is contained in:
Hideki Saito 2022-03-12 22:20:53 +09:00
parent d4b029910d
commit 6ab8fdd09c

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: '{{ ansible_user }}@{{ inventory_hostname }}' delegate_to: localhost
#- assert: #- assert:
# that: # that: