Use local connection for ansible
This commit is contained in:
2
Makefile
2
Makefile
@@ -7,7 +7,7 @@ dotbot = _dotbot/bin/dotbot
|
|||||||
|
|
||||||
.PHONY: all
|
.PHONY: all
|
||||||
install: $(ansible) submodules
|
install: $(ansible) submodules
|
||||||
$(activate) && ansible-playbook --diff --verbose ./playbook.yml
|
$(activate) && ansible-playbook --diff -i localhost, --verbose ./playbook.yml
|
||||||
|
|
||||||
.PHONY: submodules
|
.PHONY: submodules
|
||||||
submodules: $(dotbot)
|
submodules: $(dotbot)
|
||||||
|
|||||||
Reference in New Issue
Block a user