mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 06:12:51 +00:00
Add integration tests for the cloudflare_dns module
This commit is contained in:
@@ -227,6 +227,11 @@ cloudstack:
|
||||
RC=$$? ; \
|
||||
exit $$RC;
|
||||
|
||||
cloudflare: $(CREDENTIALS_FILE)
|
||||
ansible-playbook cloudflare.yml -i $(INVENTORY) -e @$(VARS_FILE) -e @$(CREDENTIALS_FILE) -e "resource_prefix=$(CLOUD_RESOURCE_PREFIX)" -v $(TEST_FLAGS) ; \
|
||||
RC=$$? ; \
|
||||
exit $$RC;
|
||||
|
||||
$(CONSUL_RUNNING):
|
||||
|
||||
consul:
|
||||
|
||||
Reference in New Issue
Block a user