We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2a28ef commit 83df335Copy full SHA for 83df335
Makefile
@@ -84,6 +84,10 @@ lint-fix: golangci-lint ## Run golangci-lint linter and perform fixes
84
85
.PHONY: e2e-test
86
e2e-test:
87
+ export ANSIBLE_HOME=$(ANSIBLE_HOME) && \
88
+ export ANSIBLE_LOCAL_TEMP=$(ANSIBLE_LOCAL_TEMP) && \
89
+ export ANSIBLE_CACHE_PLUGIN_CONNECTION=$(ANSIBLE_CACHE_PLUGIN_CONNECTION) && \
90
+ export XDG_CACHE_HOME=$(XDG_CACHE_HOME) && \
91
ansible-galaxy collection install -r $(PLAYBOOK_DIR)/../ansible-requirements.yaml && ansible-playbook $(PLAYBOOK_DIR)/run_test.yaml -i $(PLAYBOOK_DIR)/inventories/remote_host.yaml
92
93
.PHONY: ansible-lint
0 commit comments