From ac349dce96257cbcc4e2c87b199618fccceb0ee3 Mon Sep 17 00:00:00 2001 From: James Cammarata Date: Thu, 12 Jun 2014 13:13:07 -0500 Subject: [PATCH] Fixing typo in integration Makefile from an earlier change --- test/integration/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/Makefile b/test/integration/Makefile index f8ba970f7eb..758c150f7ca 100644 --- a/test/integration/Makefile +++ b/test/integration/Makefile @@ -16,7 +16,7 @@ endif VAULT_PASSWORD_FILE = vault-password -all: non_destructive destructive check_mode test_hash test_handlers test_group_by test_var_in_vault +all: non_destructive destructive check_mode test_hash test_handlers test_group_by test_vault non_destructive: ansible-playbook non_destructive.yml -i $(INVENTORY) -e @$(VARS_FILE) $(CREDENTIALS_ARG) -v $(TEST_FLAGS)