mirror of https://github.com/easzlab/kubeasz.git
fix: errors when installing system package should not be ignored
parent
430d43e554
commit
99ec8c40ec
|
@ -22,7 +22,6 @@
|
|||
- socat # 用于port forwarding
|
||||
state: present
|
||||
when: 'INSTALL_SOURCE != "offline"'
|
||||
ignore_errors: true
|
||||
|
||||
# 离线安装基础软件包
|
||||
- import_tasks: offline.yml
|
||||
|
|
|
@ -25,7 +25,6 @@
|
|||
- socat # 用于port forwarding
|
||||
state: present
|
||||
when: 'INSTALL_SOURCE != "offline"'
|
||||
ignore_errors: true
|
||||
|
||||
# 离线安装基础软件包
|
||||
- import_tasks: offline.yml
|
||||
|
|
Loading…
Reference in New Issue