Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
stdnt-xiao committed Mar 3, 2023
1 parent 022e8b9 commit fae5ce8
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions roles/linkis/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,13 @@
become: true
shell: "chown -R hadoop.hadoop /data /opt/apache-linkis-{{ LINKIS_VERSION }}"

- name: 删除linkis-gateway-server-support-1.1.1.jar(#4167)
file:
path: "/opt/apache-linkis-{{ LINKIS_VERSION }}/linkis-package/lib/linkis-spring-cloud-services/linkis-mg-gateway"
state: absent
with_items:
- linkis-gateway-server-support-1.1.1.jar

- name: 创建安装配置
template:
src: "{{ item }}.j2"
Expand Down

0 comments on commit fae5ce8

Please sign in to comment.