Skip to content

Commit

Permalink
fix(kiss): make the interface_primary_speed_mbps be positive
Browse files Browse the repository at this point in the history
  • Loading branch information
HoKim98 committed Dec 4, 2024
1 parent a46a748 commit 50d0d74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/kiss/tasks/commission/network-ethernet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@
- name: Make the interface_primary_speed_mbps be positive
when:
- interface_primary_speed_mbps is defined
- interface_primary_speed_mbps < 0
- (interface_primary_speed_mbps | int) < 0
set_fact:
interface_primary_speed_mbps: 0

Expand Down

0 comments on commit 50d0d74

Please sign in to comment.