Hi,
while reviewing the file main.yaml, I noticed that line 78 seems to define multiple register at the same parent level.

Could this be a mistake or an unintended duplication?
If so, would the correct approach be to use a single register key?
Without this change it gives:
fatal: [localhost]: FAILED! => {"msg": "The conditional check 'component_data.resources|length > 0' failed. The error was: error while evaluating conditional (component_data.resources|length > 0): 'component_data' is undefined. 'component_data' is undefined"}
Thanks in advance for the clarification!