harbor添加解压工具

pull/243/merge
lu 2018-06-08 10:09:03 +08:00 committed by gjmzj
parent 24639cc41c
commit f45c0b333d
1 changed files with 6 additions and 0 deletions

View File

@ -15,6 +15,12 @@
register: result
ignore_errors: True
- name: 安装解压工具
yum: name={{ item }} state=latest
with_items:
- zip
- unzip
- name: 解压harbor离线安装包
unarchive:
src: "{{ base_dir }}/down/harbor-offline-installer-v1.5.1.zip"