ansible / galaxy_collection

Collection of modules and roles to configure Automation Hub
GNU General Public License v3.0
57 stars 55 forks source link

ah_collections variable is used for 2 roles but have different requirements #388

Open djdanielsson opened 5 months ago

djdanielsson commented 5 months ago

ah_collections variable is used for 2 roles but have different requirements. it is used in collection and publish role, I am thinking we probably need to either separate out the vars into two different ones to make sure you are calling the expected role (when using dispatch) or we need to align these two roles to have the same values names with maybe specific extra values for each. either way likely a breaking change.

sean-m-sullivan commented 5 months ago

While they were made for doing similar things, I had thought it was two use cases. Ones just the role wrapper, vs one is a builder/publish. So agree, just have to figure out what.