1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Fixing typo in integration Makefile from an earlier change

This commit is contained in:
James Cammarata 2014-06-12 13:13:07 -05:00
parent 12f7c9871e
commit ac349dce96

View file

@ -16,7 +16,7 @@ endif
VAULT_PASSWORD_FILE = vault-password 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: non_destructive:
ansible-playbook non_destructive.yml -i $(INVENTORY) -e @$(VARS_FILE) $(CREDENTIALS_ARG) -v $(TEST_FLAGS) ansible-playbook non_destructive.yml -i $(INVENTORY) -e @$(VARS_FILE) $(CREDENTIALS_ARG) -v $(TEST_FLAGS)