bin/ansible-inventory: Turn debugging on.
authorMark Wooding <mdw@distorted.org.uk>
Wed, 8 Jul 2015 10:00:15 +0000 (11:00 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Thu, 9 Jul 2015 08:39:00 +0000 (09:39 +0100)
The program is pretty quick, especially compared to an Ansible run.

bin/ansible-inventory

index 053f9bf..25f7545 100755 (executable)
@@ -7,6 +7,8 @@
 
 (in-package #:ansible-inventory)
 
+(declaim (optimize debug))
+
 ;;;--------------------------------------------------------------------------
 ;;; General utilities.