1.add role tsg_env_patch
2.delete role which is unuseful
This commit is contained in:
5
roles/tsg-env-patch/tasks/main.yml
Normal file
5
roles/tsg-env-patch/tasks/main.yml
Normal file
@@ -0,0 +1,5 @@
|
||||
- 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
|
||||
Reference in New Issue
Block a user