ansible / mazer

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

Can install globally but not remove globally #263

Open ironfroggy opened 5 years ago

ironfroggy commented 5 years ago

Bug Report

MAZER VERSION
name = mazer
version = 0.5.0
config_file = /home/calvin/.ansible/mazer.yml
uname = Linux, willow-epsilon, 4.4.0-17134-Microsoft, #706-Microsoft Mon Apr 01 18:13:00 PST 2019, x86_64
executable_location = /mnt/c/Users/calvin/redhat/.virtualenvs/orion/bin/mazer
python_version = 3.7.1 (default, Oct 22 2018, 11:21:55) [GCC 8.2.0]
python_executable = /mnt/c/Users/calvin/redhat/.virtualenvs/orion/bin/python3.7
CONFIGURATION

defaults

SUMMARY

You can install to the user or globally with the --global flag. You can also remove previously installed collections. However, you can't remove globally installed collections, as the command takes no --global flag.

On a related note, remove issues no warning if the collection you try to remove does not exist (or, at least, if it thinks it does not exist, as is the case with global collections)

STEPS TO REPRODUCE
EXPECTED RESULTS
ACTUAL RESULTS

No output, zero return code, but no actual effect.