)]}'
{"/PATCHSET_LEVEL":[{"author":{"_account_id":10910,"name":"Stig Telfer","email":"stig.openstack@telfer.org","username":"stigtelfer"},"change_message_id":"36ed8d0a70d0279c32dacc8b2d8d32a5cd24adc8","unresolved":true,"context_lines":[],"source_content_type":"","patch_set":7,"id":"43da91e4_b17c29d1","updated":"2026-01-21 11:37:41.000000000","message":"Needs to break the block of text into a list of lines","commit_id":"3f14e5ca375224c19bab89daf64354baf3f77e50"},{"author":{"_account_id":22629,"name":"Michal Nasiadka","email":"mnasiadka@gmail.com","username":"mnasiadka"},"change_message_id":"3d4f857281fa47b5a35fd5d8511a99cecc533235","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":7,"id":"b222b02c_e60e81c8","updated":"2026-01-12 12:40:32.000000000","message":"recheck rocky upgrade failed, probably mirror update in progress","commit_id":"3f14e5ca375224c19bab89daf64354baf3f77e50"},{"author":{"_account_id":10910,"name":"Stig Telfer","email":"stig.openstack@telfer.org","username":"stigtelfer"},"change_message_id":"ae79be72aa8d7ebac936517e6bebc149d3e1553e","unresolved":true,"context_lines":[],"source_content_type":"","patch_set":8,"id":"22dfa2f3_e96a7690","updated":"2026-01-21 20:10:19.000000000","message":"Unfortunately I don\u0027t think it works as intended.  In my testing, duplicate lines in configuration get removed without regard to the context, such as the interface config mode.","commit_id":"234d1d94ad00a388b8c812c4a8cb919f2215842e"},{"author":{"_account_id":28048,"name":"Will Szumski","email":"will@stackhpc.com","username":"jovial"},"change_message_id":"c5cc81d94725fe20b68319d739a2f1d25a4130fd","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":9,"id":"7be680ef_01a67022","updated":"2026-04-07 14:53:03.000000000","message":"I\u0027ve reverted to using the src module parameter which skips the duplicate config detection.","commit_id":"dcbae90a2540b5cfba85ef7b69f19e0177b42b19"},{"author":{"_account_id":28048,"name":"Will Szumski","email":"will@stackhpc.com","username":"jovial"},"change_message_id":"13e2462ab99eb754802cc75bc585f9b5728b24e9","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":9,"id":"33f1e558_19b67408","updated":"2026-04-09 13:03:33.000000000","message":"recheck","commit_id":"dcbae90a2540b5cfba85ef7b69f19e0177b42b19"},{"author":{"_account_id":28048,"name":"Will Szumski","email":"will@stackhpc.com","username":"jovial"},"change_message_id":"55880c084a2829a1ff813c0d92dba72a8be9b75b","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":9,"id":"b1d9df4c_5be54e61","updated":"2026-04-13 09:47:38.000000000","message":"recheck","commit_id":"dcbae90a2540b5cfba85ef7b69f19e0177b42b19"},{"author":{"_account_id":28048,"name":"Will Szumski","email":"will@stackhpc.com","username":"jovial"},"change_message_id":"4ed1a500a31bec1dda6214a6b488ee72f01f9592","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":9,"id":"f6802794_02295cd9","updated":"2026-04-08 08:11:33.000000000","message":"recheck","commit_id":"dcbae90a2540b5cfba85ef7b69f19e0177b42b19"}],"ansible/roles/dell-switch/tasks/main.yml":[{"author":{"_account_id":23084,"name":"Bartosz Bezak","email":"bartosz@stackhpc.com","username":"b.bezak"},"change_message_id":"191b73fd625c32e481a167d2a2d85c925c96211b","unresolved":true,"context_lines":[{"line_number":1,"context_line":"---"},{"line_number":2,"context_line":"- name: Ensure DellOS6 switches are configured"},{"line_number":3,"context_line":"  dellemc.os6.os6_config:  # noqa fqcn[canonical]"},{"line_number":4,"context_line":"    lines: \"{{ lookup(\u0027template\u0027, \u0027dellos6-config.j2\u0027) }}\""},{"line_number":5,"context_line":"    save: \"{{ dell_switch_save | bool }}\""},{"line_number":6,"context_line":"  when: dell_switch_type \u003d\u003d \u0027dellos6\u0027"},{"line_number":7,"context_line":""}],"source_content_type":"text/x-yaml","patch_set":7,"id":"efc92cfb_155fdc67","line":4,"updated":"2026-01-12 14:41:09.000000000","message":"will it template a list for `lines` as dell module expects? looking at example here:\nhttps://docs.ansible.com/projects/ansible/4/collections/dellemc/os6/os6_config_module.html#examples","commit_id":"3f14e5ca375224c19bab89daf64354baf3f77e50"},{"author":{"_account_id":10910,"name":"Stig Telfer","email":"stig.openstack@telfer.org","username":"stigtelfer"},"change_message_id":"36ed8d0a70d0279c32dacc8b2d8d32a5cd24adc8","unresolved":true,"context_lines":[{"line_number":1,"context_line":"---"},{"line_number":2,"context_line":"- name: Ensure DellOS6 switches are configured"},{"line_number":3,"context_line":"  dellemc.os6.os6_config:  # noqa fqcn[canonical]"},{"line_number":4,"context_line":"    lines: \"{{ lookup(\u0027template\u0027, \u0027dellos6-config.j2\u0027) }}\""},{"line_number":5,"context_line":"    save: \"{{ dell_switch_save | bool }}\""},{"line_number":6,"context_line":"  when: dell_switch_type \u003d\u003d \u0027dellos6\u0027"},{"line_number":7,"context_line":""}],"source_content_type":"text/x-yaml","patch_set":7,"id":"66777ce1_27f6a087","line":4,"in_reply_to":"c5a3b7c3_b6fdb5b6","updated":"2026-01-21 11:37:41.000000000","message":"Unfortunately it does not (and it needs to).  The os_config modules are being fed a block of multi-line text and list entry breaks are being inserted where there are commas in the text of the switch config.","commit_id":"3f14e5ca375224c19bab89daf64354baf3f77e50"},{"author":{"_account_id":15197,"name":"Pierre Riteau","email":"pierre@stackhpc.com","username":"priteau","status":"StackHPC"},"change_message_id":"fb41860a0665972fbe7bd47e5e16dbcca3ef4f62","unresolved":true,"context_lines":[{"line_number":1,"context_line":"---"},{"line_number":2,"context_line":"- name: Ensure DellOS6 switches are configured"},{"line_number":3,"context_line":"  dellemc.os6.os6_config:  # noqa fqcn[canonical]"},{"line_number":4,"context_line":"    lines: \"{{ lookup(\u0027template\u0027, \u0027dellos6-config.j2\u0027) }}\""},{"line_number":5,"context_line":"    save: \"{{ dell_switch_save | bool }}\""},{"line_number":6,"context_line":"  when: dell_switch_type \u003d\u003d \u0027dellos6\u0027"},{"line_number":7,"context_line":""}],"source_content_type":"text/x-yaml","patch_set":7,"id":"c5a3b7c3_b6fdb5b6","line":4,"in_reply_to":"efc92cfb_155fdc67","updated":"2026-01-12 15:42:43.000000000","message":"Good question! I would like someone to test this on real hardware.","commit_id":"3f14e5ca375224c19bab89daf64354baf3f77e50"}]}
