fix #239 harbor调整安装解压工具, 适配多系统 (#240)

pull/243/head
lusyoe 2018-06-28 22:17:16 +08:00 committed by jmgao
parent c4775ccd77
commit 4c0bd5c50a
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@
ignore_errors: True
- name: 安装解压工具
yum: name={{ item }} state=latest
package: name={{ item }} state=present
with_items:
- zip
- unzip