G
- name: Copy compose files to target host
copy:
src: "{{ item }}"
dest: "{{ dest_path }}"
with_fileglob:
- "{{ src_path }}/*.yaml"
tags:
- system
register: result_var
Size: a a a
G
- name: Copy compose files to target host
copy:
src: "{{ item }}"
dest: "{{ dest_path }}"
with_fileglob:
- "{{ src_path }}/*.yaml"
tags:
- system
register: result_var
G
G
- name: Print find
debug:
msg: "An item: {{ item.item }}"
with_items: "{{ result_var.results }}"
SS
BM
SS
BM
BM
SS
BM
SS
SS
BM
SS
BM
SS
I
I
S
S