From 6514e5704857d881e5d490ed1016ac3ab2fd45af Mon Sep 17 00:00:00 2001 From: qiaofeng1227 <76487013@qq.com> Date: Thu, 11 May 2023 08:11:03 +0800 Subject: [PATCH] Update Debian.yml --- apps/roles/role_common/tasks/Debian.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/roles/role_common/tasks/Debian.yml b/apps/roles/role_common/tasks/Debian.yml index 59365698..4eee4387 100644 --- a/apps/roles/role_common/tasks/Debian.yml +++ b/apps/roles/role_common/tasks/Debian.yml @@ -15,7 +15,7 @@ retries: 50 delay: 10 failed_when: "'FAILED' in result.stdout" - when: common_system_upgrade and (init == '1' or init == 1) + when: common_system_upgrade and (init == '2' or init == 2) - block: - name: Install Common Software