ansible-ThoTeam / nexus3-oss

Ansible role to install and provision sonatype nexus3-oss
GNU General Public License v3.0
293 stars 209 forks source link

change layoutPolicy to deployPolicy for Yum repository closes #380 #392

Closed brianveltman closed 11 months ago

brianveltman commented 12 months ago

Update create_repos_from_list.groovy

brianveltman commented 12 months ago

fixes #380

brianveltman commented 11 months ago

I will fix this and push the changes later today :-)

brianveltman commented 11 months ago

Ah I see, inconsistency on the Nexus part. For yum its called deployPolicy. For maven its called layoutPolicy. @zeitounator What do you think, should we introduce a new ansible variable for this or not?

Technically its a different attribute. But when you take a look at the Nexus UI, its called Layout Policy for both repo types.