From 29674ac9ac503c279e1dbdf6dda8509b430d8a64 Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Tue, 12 Aug 2025 10:00:14 +0200 Subject: [PATCH] Update to 2025-08-12 10:00 --- roles/ldap2pg/defaults/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/ldap2pg/defaults/main.yml b/roles/ldap2pg/defaults/main.yml index 9bd1abd..5e09b5a 100644 --- a/roles/ldap2pg/defaults/main.yml +++ b/roles/ldap2pg/defaults/main.yml @@ -1,13 +1,13 @@ --- # The version of ldap2pg to deploy -ldap2pg_version: '6.4.0' +ldap2pg_version: '6.4.2' # The URL where the ldap2pg archive can be fetched ldap2pg_archive_url: https://github.com/dalibo/ldap2pg/releases/download/v{{ ldap2pg_version }}/ldap2pg_{{ ldap2pg_version }}_linux_amd64.tar.gz # The expected sha256 checksum of the archive -ldap2pg_archive_sha256: 038301980136629ad6be4f7e0e5cb74bc41a8448d2320edaa7c9905fcc3e39e5 +ldap2pg_archive_sha256: bb93bf565e018218279d17ff1cb59166fafb65bdfc8353d18da659db6578661e # How often ldap2pg will sync (eg hourly, '*:0:15', systemd timer syntaxe) ldap2pg_sync_freq: hourly