Add doctor.el for :tools ansible

This commit is contained in:
Ralf Beckmann 2021-01-04 18:34:24 +01:00
parent 5b8d8aed51
commit db82474a58

View file

@ -0,0 +1,5 @@
;; -*- lexical-binding: t; no-byte-compile: t; -*-
;;; tools/ansible/doctor.el
(unless (executable-find "ansible")
(warn! "Couldn't find ansible executable. Some features of the ansible module won't work"))