- name: Install p4benchmark scripts hosts: bench_clients tasks: - name: Find files to copy find: paths: "{{bench_dir}}" patterns: slave*.out register: files_to_copy - name: Copy log files fetch: src: "{{item.path}}" dest: "{{bench_dir}}/logs/{{inventory_hostname}}-{{item.path | basename}}" flat: yes with_items: "{{files_to_copy.files}}"
# | Change | User | Description | Committed | |
---|---|---|---|---|---|
#1 | 25346 | Robert Cowham | Populate //stream/pure. |