diff --git a/tests/Makefile b/tests/Makefile index ba25d94..3f7e33d 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -1,4 +1,4 @@ .PHONY: check check: - ansible-playbook -i inventory -c local ./tests.yml + ansible-playbook -i inventory-localhost -c local ./tests.yml diff --git a/tests/inventory-localhost b/tests/inventory-localhost new file mode 100644 index 0000000..2fbb50c --- /dev/null +++ b/tests/inventory-localhost @@ -0,0 +1 @@ +localhost