mirror of
https://github.com/ansible-collections/ansible.posix.git
synced 2026-01-12 07:35:31 +01:00
TEST
This commit is contained in:
parent
ea4ba1e4e0
commit
4f7eb3943d
1 changed files with 1 additions and 0 deletions
|
|
@ -35,6 +35,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: "{{ inventory_hostname }}"
|
||||||
- assert:
|
- assert:
|
||||||
that:
|
that:
|
||||||
- '''changed'' in sync_result'
|
- '''changed'' in sync_result'
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue