ansible / mazer

Experimental Ansible Galaxy Content Manager
GNU General Public License v3.0
114 stars 18 forks source link

Stop shadowing mod scope 'fetcher' in ag.install #167

Closed alikins closed 5 years ago

alikins commented 5 years ago
SUMMARY

Stop shadowing mod scope 'fetcher' in ag.install

ansible_galaxy.install had an unneeded fetcher() defined at module scope and then shadowed that in methods and method args.

Ditch the unneeded fetcher and call fetch_factory direct.