Merge "Restart OVS container after hw-offload change" into stable/2023.2

This commit is contained in:
Zuul 2024-08-19 21:22:58 +00:00 committed by Gerrit Code Review
commit 80353fe721

View File

@ -16,6 +16,8 @@
loop:
- { col: "external_ids", name: "system-id", value: "{{ openvswitch_system_id }}" }
- { col: "other_config", name: "hw-offload", value: true, state: "{{ 'present' if openvswitch_hw_offload | bool else 'absent' }}" }
notify:
- "Restart openvswitch-vswitchd container"
- name: Ensuring OVS bridge is properly setup
become: true