From 1bcb233f963fca4319e4514b8fa84826d357b420 Mon Sep 17 00:00:00 2001 From: Andrey Sokolovskiy Date: Sun, 3 Mar 2024 22:14:55 +0700 Subject: [PATCH] fix --- roles/bareos_sd/templates/s3.profile.j2 | 2 -- 1 file changed, 2 deletions(-) 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 }}