From 584dcc80125cfc4714acacb37f570a510ec2f64b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hannes=20K=C3=B6rber?= Date: Sat, 10 Feb 2018 11:57:47 +0100 Subject: [PATCH] Update ansible command --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 51af6e0..b0877a0 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ dotbot = _dotbot/bin/dotbot .PHONY: all install: $(ansible) submodules - $(activate) && ansible-playbook --diff -i localhost, --verbose ./playbook.yml + $(activate) && ansible-playbook --inventory localhost, --diff --verbose ./playbook.yml .PHONY: submodules submodules: $(dotbot)