Skip to content

Commit

Permalink
Merge pull request easzlab#276 from klgd/patch-1
Browse files Browse the repository at this point in the history
fix 解压后的harbor安装文件没有执行权限问题
  • Loading branch information
gjmzj authored Aug 2, 2018
2 parents 51accb9 + 5485971 commit 012c6d8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions roles/harbor/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
dest: /data
copy: yes
keep_newer: yes
mode: 0755
when: result is failed

- name: 导入harbor所需 docker images
Expand Down

0 comments on commit 012c6d8

Please sign in to comment.