ansible / galaxy_collection

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

Fix version comparison (impl 2) #337

Closed rochacbruno closed 10 months ago

rochacbruno commented 10 months ago

fix #334

alternative implementarion for #335

rochacbruno commented 10 months ago

@Tompage1994 no because it is allowed to do Version("1.2.3") < "1.2.3" the right hand can be a string.