From 5991317d8b8a50df70ed9d75e4670d15e6ce5ea6 Mon Sep 17 00:00:00 2001 From: timewarrener Date: Sun, 22 Jun 2025 02:11:09 -0400 Subject: [PATCH] Update LLDAP.yml --- LLDAP.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/LLDAP.yml b/LLDAP.yml index c40333e..d135c74 100644 --- a/LLDAP.yml +++ b/LLDAP.yml @@ -11,9 +11,7 @@ client_cert: "{{ lookup('env','TLS_CERT') }}" client_key: "{{ lookup('env','TLS_KEY') }}" ca_path: "{{ lookup('env','CA_CERT') }}" - pull: yes # always pull latest image - recreate: yes # recreate containers if image changed - remove_orphans: yes # clean up any removed services + recreate: "always" state: present delegate_to: localhost run_once: true \ No newline at end of file