ansible / mazer

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

Removing code related to direct install of traditional style roles #211

Closed alikins closed 5 years ago

alikins commented 5 years ago
SUMMARY

There is a fair amount of code in mazer that exists to support installing traditional style roles (as used by 'ansible-galaxy install') in mazer. A lot of it makes the rest of the code more complicated than necessary.

This removes the trad role loading code that is no longer needed (everything not used by 'migrate_role')

ISSUE TYPE
MAZER VERSION
name = mazer
version = 0.4.0
config_file = /home/adrian/.ansible/mazer.yml
uname = Linux, newswoop, 4.18.16-100.fc27.x86_64, #1 SMP Sun Oct 21 09:33:00 UTC 2018, x86_64
executable_location = /home/adrian/venvs/galaxy-cli-py3-2/bin/mazer
python_version = 3.6.6 (default, Jul 19 2018, 16:29:00) [GCC 7.3.1 20180303 (Red Hat 7.3.1-5)]
python_executable = /home/adrian/venvs/galaxy-cli-py3-2/bin/python
alikins commented 5 years ago

Fixes: #203 Fixes: #202