mirror of
https://github.com/ansible-collections/ansible.posix.git
synced 2026-01-12 15:45:20 +01:00
TEST
This commit is contained in:
parent
d4b029910d
commit
6ab8fdd09c
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue