Skip to content

Commit

Permalink
fix: ansible_managed in templates/directors.ini.j2
Browse files Browse the repository at this point in the history
`{{ ansible_managed | comment }}` used "#" instead of ";", which breaks
the config.
  • Loading branch information
adf-patrickha committed Oct 29, 2024
1 parent 9231541 commit 1c584bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/directors.ini.j2
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{{ ansible_managed | comment }}
; {{ ansible_managed }}
;
; Bareos WebUI Configuration File
;
Expand Down

0 comments on commit 1c584bc

Please sign in to comment.