diff --git a/roles/bareos_sd/templates/s3.profile.j2 b/roles/bareos_sd/templates/s3.profile.j2 index c5a2b63..cd5037d 100644 --- a/roles/bareos_sd/templates/s3.profile.j2 +++ b/roles/bareos_sd/templates/s3.profile.j2 @@ -1,5 +1,3 @@ -{{ ansible_managed | comment }} - host = "{{ item.host }}" use_https = {{ item.use_https | ternary("true", "false") }} access_key = {{ item.access_key }}