We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4775cc commit 4c0bd5cCopy full SHA for 4c0bd5c
roles/harbor/tasks/main.yml
@@ -16,7 +16,7 @@
16
ignore_errors: True
17
18
- name: 安装解压工具
19
- yum: name={{ item }} state=latest
+ package: name={{ item }} state=present
20
with_items:
21
- zip
22
- unzip
0 commit comments