From 4855e6ef75c389336b87a6d90dcada9a789adf4f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christer=20War=C3=A9n?= Date: Sun, 14 Sep 2025 13:29:56 +0300 Subject: [PATCH] Fix typos in Deployer --- tasks/deployer.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tasks/deployer.yml b/tasks/deployer.yml index 5b3bba2..90b7c39 100644 --- a/tasks/deployer.yml +++ b/tasks/deployer.yml @@ -853,7 +853,7 @@ label: "{{ item.path }}" when: - item.state == 'file' - - not item.endswith('.ttf') + - not item.path.endswith('.ttf') tags: - keycloak - sso @@ -868,7 +868,7 @@ label: "{{ item.path }}" when: - item.state == 'file' - - item.endswith('.ttf') + - item.path.endswith('.ttf') tags: - keycloak - sso @@ -881,7 +881,7 @@ - name: "Deployer - Keacloak - Run Container" containers.podman.podman_container: - name: keacloak + name: keycloak image: quay.io/keycloak/keycloak:latest state: started recreate: on