From 13e146e5444cda9af0ada042bcbe4071312fbfbe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hannes=20K=C3=B6rber?= Date: Thu, 8 Feb 2018 21:38:53 +0100 Subject: [PATCH] Use local connection for ansible --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0b8c8c6..3ac8de4 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ dotbot = _dotbot/bin/dotbot .PHONY: all install: $(ansible) submodules - $(activate) && ansible-playbook --diff --verbose ./playbook.yml + $(activate) && ansible-playbook --diff -i localhost, --verbose ./playbook.yml .PHONY: submodules submodules: $(dotbot)