Closed alikins closed 6 years ago
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.
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.