Skip to content

Commit 4c0bd5c

Browse files
lusyoegjmzj
authored andcommitted
fix #239 harbor调整安装解压工具, 适配多系统 (#240)
1 parent c4775cc commit 4c0bd5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roles/harbor/tasks/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
ignore_errors: True
1717

1818
- name: 安装解压工具
19-
yum: name={{ item }} state=latest
19+
package: name={{ item }} state=present
2020
with_items:
2121
- zip
2222
- unzip

0 commit comments

Comments
 (0)