You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/bin
Michael Scherer b9acaccc1d Do not remove local role file if given on the commandline
using this (for testing purpose) :
  $ ansible-galaxy install COPYING
  - error: the file downloaded was not a tar.gz
  - COPYING was NOT installed successfully.
  - you can use --ignore-errors to skip failed roles.

this result in COPYING being erased, which is surprising for the user.
This also prevent erasing requirements.yml if someone use the wrong flag.
11 years ago
..
ansible Adding a new 'load_callback_plugins' config option, defaults to False 11 years ago
ansible-doc Merge pull request #7462 from chamill/devel 12 years ago
ansible-galaxy Do not remove local role file if given on the commandline 11 years ago
ansible-playbook Avoid multiple blank lines with --syntax-check 12 years ago
ansible-pull Improved inventory handling when inventory does not yet exist 12 years ago
ansible-vault The correct option is password_file. Fixes #8752 12 years ago