ansible-doc
10.5 KB
-
Use --version to see if less can be executed · caefc20f
(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 ).
Michael Scherer committed