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.
2014-09-13 12:31:56 +02:00
..
ansible Adding a new 'load_callback_plugins' config option, defaults to False 2014-09-06 16:41:16 +02:00
ansible-doc Merge pull request #7462 from chamill/devel 2014-08-11 15:53:16 -04:00
ansible-galaxy Do not remove local role file if given on the commandline 2014-09-13 12:31:56 +02:00
ansible-playbook Avoid multiple blank lines with --syntax-check 2014-08-22 15:32:08 +02:00
ansible-pull Improved inventory handling when inventory does not yet exist 2014-08-22 14:49:09 -04:00
ansible-vault The correct option is password_file. Fixes #8752 2014-08-26 09:02:47 -05:00