- name: Install replica scripts hosts: replicas tasks: - name: Creates directory file: path={{ bench_dir }} state=directory - name: Copy relevant files copy: src: "{{ item }}" dest: "{{ bench_dir }}" with_fileglob: - "{{ bench_dir }}/run_monitor.sh"
# | Change | User | Description | Committed | |
---|---|---|---|---|---|
#1 | 25346 | Robert Cowham | Populate //stream/pure. |