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 caefc20f16 Use --version to see if less can be executed
(less) 2> /dev/null would fail if stdin is /dev/null.
Sinceless --version do not read anything from stdin,
it is perfect for seeing if the software exist or not.

Also replace the whole os system detection by directly
using subprocess ( as we use it elsewhere, we already
depend on it ).
10 years ago
..
ansible Remove no-op string declaration 10 years ago
ansible-doc Use --version to see if less can be executed 10 years ago
ansible-galaxy used del instead of pop, removed unused pprint import 10 years ago
ansible-playbook Avoid multiple blank lines with --syntax-check 10 years ago
ansible-pull Add tags options 10 years ago
ansible-vault Removing reference to ansible-pull in bin/ansible-vault 10 years ago