Add doctor.el for :tools ansible
This commit is contained in:
parent
5b8d8aed51
commit
db82474a58
1 changed files with 5 additions and 0 deletions
5
modules/tools/ansible/doctor.el
Normal file
5
modules/tools/ansible/doctor.el
Normal 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"))
|
Loading…
Add table
Add a link
Reference in a new issue