ansible / awx-resource-operator

43 stars 34 forks source link

Fix CSV rendering issue caused by syntax error #127

Closed rooftopcellist closed 1 year ago

rooftopcellist commented 1 year ago

The specDescriptors section of AnsibleInstanceGroups and WorkflowTemplates was getting discarded from the rendered CSV. This fixes the syntax issues that were causing that.

Now running make bundle renders correctly.