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/tsg-env-patch/tasks/main.yml
fumingwei 3b125413ce 1.add role tsg_env_patch
2.delete role which is unuseful
2020-11-17 17:45:40 +06:00

6 lines
176 B
YAML

- name: "patch setup scripts in tsg-env"
patch:
src: "{{ role_path }}/files/replace_switch_non_block_with_nc_v2.patch"
dest: /opt/tsg/env/setup
backup: true