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)