ansible/lib/ansible/cli
Michael Scherer f07d6b26a7 Show a better error message when there is too much arguments (#16119)
If someone run:

  ansible all -m file state=present

The error message is "Missing target hosts" which is misleading, since
the target hosts is here, the problem is the missing '-a'.
2016-06-03 09:53:41 -04:00
..
__init__.py fix version/help when missing action 2016-05-31 09:30:50 -04:00
adhoc.py Show a better error message when there is too much arguments (#16119) 2016-06-03 09:53:41 -04:00
console.py fixed confusing reporting when no hosts are matched 2016-05-31 12:16:06 -04:00
doc.py Make 'required' optional in module docs (#15906) 2016-05-18 16:57:36 -07:00
galaxy.py Force relative role paths to be absolute and correct errors about missing path(s). (#16088) 2016-06-03 09:46:51 -04:00
playbook.py Adds 'ansible_check_mode' boolean magic variable 2016-04-08 00:26:02 +02:00
pull.py Add '--skip-tags' to ansible-pull 2016-03-30 16:36:16 +02:00
vault.py Changes to convert to unicode at the borders 2016-01-28 10:56:46 -08:00