Browse Source
Fix restart network task cannot be skipped (#10512)
Signed-off-by: bo.jiang <bo.jiang@daocloud.io>
pull/10515/head
ERIK
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
roles/reset/tasks/main.yml
|
|
@ -433,7 +433,7 @@ |
|
|
|
state: restarted |
|
|
|
when: |
|
|
|
- ansible_os_family not in ["Flatcar", "Flatcar Container Linux by Kinvolk"] |
|
|
|
- reset_restart_network |
|
|
|
- reset_restart_network | bool |
|
|
|
tags: |
|
|
|
- services |
|
|
|
- network |