Skip to content

Commit

Permalink
fix easzlab#239 harbor调整安装解压工具, 适配多系统 (easzlab#240)
Browse files Browse the repository at this point in the history
  • Loading branch information
lusyoe authored and gjmzj committed Jun 28, 2018
1 parent c4775cc commit 4c0bd5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/harbor/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
ignore_errors: True

- name: 安装解压工具
yum: name={{ item }} state=latest
package: name={{ item }} state=present
with_items:
- zip
- unzip
Expand Down

0 comments on commit 4c0bd5c

Please sign in to comment.