From db82474a58d6b5f0430051b174ea56da2018dc94 Mon Sep 17 00:00:00 2001 From: Ralf Beckmann Date: Mon, 4 Jan 2021 18:34:24 +0100 Subject: [PATCH] Add doctor.el for :tools ansible --- modules/tools/ansible/doctor.el | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 modules/tools/ansible/doctor.el diff --git a/modules/tools/ansible/doctor.el b/modules/tools/ansible/doctor.el new file mode 100644 index 000000000..343875d14 --- /dev/null +++ b/modules/tools/ansible/doctor.el @@ -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"))