1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/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 ).
2014-12-14 18:09:42 +01:00
..
ansible Remove no-op string declaration 2014-10-09 17:04:45 +01:00
ansible-doc Use --version to see if less can be executed 2014-12-14 18:09:42 +01:00
ansible-galaxy used del instead of pop, removed unused pprint import 2014-11-20 15:36:55 -05:00
ansible-playbook Avoid multiple blank lines with --syntax-check 2014-08-22 15:32:08 +02:00
ansible-pull Add tags options 2014-11-10 22:56:38 +01:00
ansible-vault Removing reference to ansible-pull in bin/ansible-vault 2014-09-16 15:37:36 -05:00