This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
solutions-tsg-scripts/roles/switch_control/tasks/main.yml

6 lines
195 B
YAML
Raw Normal View History

- name: "copy switch_control_client_non_block"
copy:
src: '{{ role_path }}/files/switch_control_client_non_block'
dest: /opt/tsg/env/switch_control_client_non_block
mode: 0755