Skip to content

Commit

Permalink
Fix restart network task cannot be skipped (#10512)
Browse files Browse the repository at this point in the history
Signed-off-by: bo.jiang <[email protected]>
  • Loading branch information
ErikJiang authored Oct 11, 2023
1 parent d3101d6 commit b2d8ec6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/reset/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit b2d8ec6

Please sign in to comment.