Column naming in tables that break into two columns

I have a design for a monitoring screen that shows only two pieces of information per row:

  • Name
  • Status

enter image description here

The user will not be able to interact with the UI because it will be shown on a TV in a room for status tracking. Because of this, in case when there are more entries that can fit into the screen height, instead of allowing the page to scroll the table breaks into two columns.

enter image description here

My question is:

Does it make sense to not repeat the table header labels since the user can associate the far left with “module” and far right with “status”?

My assumption is that the user will not have any problems reading the table that breaks into two columns without the table header also breaking the same way. Especially because there is clearly a gap between the two columns.