Skip to content

Commit eab0a35

Browse files
committed
Add missing bracket
1 parent bf3697d commit eab0a35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
become: true
6161
when: provision_proxy | bool
6262
vars:
63-
rproxy_provision_prometheus: "{{ provision_prometheus | bool }"
63+
rproxy_provision_prometheus: "{{ provision_prometheus | bool }}"
6464

6565
- role: firewall
6666
become: true

0 commit comments

Comments
 (0)