You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 30, 2020. It is now read-only.
IMHO, it would be just as valid to remove the flag as to fix it. Its not strictly a necessary flag. You can always remove and then install a new version, instead. I would advocate for whichever is faster. The main issue now is a documented flag does not behave as documented.
When checking if a collection intended
to be installed is already installed, let
the check of the installed packages be more
vague. ie, just check if there is a collection
by that namespace/name already installed.
If a collection is installed, and --force is
used, then make sure the already installed
collection is removed, then the new collection
is installed.
This lets 'install --force' force install
older or newer versions of a collection.
Fixesansible#266
Bug Report
MAZER VERSION
Running from
devel
CONFIGURATION
defaults
SUMMARY
Installing with
--force
still bails if a previous install exists and does not force an overwrite. Adding--ignore-errors
does not help, either.STEPS TO REPRODUCE
--force
flag passed to MazerEXPECTED RESULTS
The existing collection should be replaced
ACTUAL RESULTS
The same WARNING as without force, and the given forced version is not installed
The text was updated successfully, but these errors were encountered: