mirror of
https://github.com/ansible-collections/ansible.posix.git
synced 2026-01-12 23:55:19 +01:00
delete rogue cmd param
Signed-off-by: Adam Miller <admiller@redhat.com>
This commit is contained in:
parent
16aca83397
commit
7b5f96ab8d
1 changed files with 0 additions and 1 deletions
|
|
@ -57,7 +57,6 @@
|
||||||
ansible.posix.synchronize:
|
ansible.posix.synchronize:
|
||||||
src: "'{{ output_dir }}/foo.txt'"
|
src: "'{{ output_dir }}/foo.txt'"
|
||||||
dest: "'{{ output_dir }}/foo.result'"
|
dest: "'{{ output_dir }}/foo.result'"
|
||||||
cmd: ""
|
|
||||||
register: sync_result
|
register: sync_result
|
||||||
delegate_to: "{{ inventory_hostname }}"
|
delegate_to: "{{ inventory_hostname }}"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue