delete rogue cmd param

Signed-off-by: Adam Miller <admiller@redhat.com>
This commit is contained in:
Adam Miller 2023-12-04 17:25:33 -06:00
parent 16aca83397
commit 7b5f96ab8d

View file

@ -57,7 +57,6 @@
ansible.posix.synchronize:
src: "'{{ output_dir }}/foo.txt'"
dest: "'{{ output_dir }}/foo.result'"
cmd: ""
register: sync_result
delegate_to: "{{ inventory_hostname }}"