Skip to content
Snippets Groups Projects
Unverified Commit 086a83e9 authored by micah's avatar micah
Browse files

allow vagrant roles to be applied to all hosts when testing:true

parent 024df6b9
No related branches found
No related tags found
1 merge request!110Draft: Enable Loki as a replacement for Elasticsearch when `enable_loki` is set.
......@@ -17,4 +17,4 @@
# Set up a SOCKS5 proxy for debugging purposes, running on 'host1'.
- include_tasks: debug-proxy.yml
when: "inventory_hostname == 'host1' and enable_testing_socks_proxy|default(True) and testing|default(True)"
when: "enable_testing_socks_proxy|default(True) and testing|default(True)"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment