fix: errors when installing system package should not be ignored

pull/1236/head
gjmzj 2023-02-06 14:19:17 +08:00
parent 430d43e554
commit 99ec8c40ec
2 changed files with 0 additions and 2 deletions

View File

@ -22,7 +22,6 @@
- socat # 用于port forwarding - socat # 用于port forwarding
state: present state: present
when: 'INSTALL_SOURCE != "offline"' when: 'INSTALL_SOURCE != "offline"'
ignore_errors: true
# 离线安装基础软件包 # 离线安装基础软件包
- import_tasks: offline.yml - import_tasks: offline.yml

View File

@ -25,7 +25,6 @@
- socat # 用于port forwarding - socat # 用于port forwarding
state: present state: present
when: 'INSTALL_SOURCE != "offline"' when: 'INSTALL_SOURCE != "offline"'
ignore_errors: true
# 离线安装基础软件包 # 离线安装基础软件包
- import_tasks: offline.yml - import_tasks: offline.yml