Skip to content

Commit 6f1c24f

Browse files
committed
fix templating from top-level code; allows jinja to find prometheus_node_exporter_targets
1 parent be6eafc commit 6f1c24f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

environments/arcus/ansible.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ host_key_checking = False
88
inventory = ../common/inventory,inventory
99
collections_path = ../../ansible/collections
1010
roles_path = ../../ansible/roles
11+
filter_plugins = ../../ansible/filter_plugins/
1112

1213
[ssh_connection]
1314
ssh_args = -o ControlMaster=auto -o ControlPersist=240s -o PreferredAuthentications=publickey -o UserKnownHostsFile=/dev/null

0 commit comments

Comments
 (0)