From 6230b79baa263412b3a0026dbf6cae2d09acf5e0 Mon Sep 17 00:00:00 2001 From: Bart Geesink Date: Wed, 25 Sep 2024 17:09:13 +0200 Subject: [PATCH] AA: variable names cannot have a - in their name --- roles/attribute-aggregation/handlers/main.yml | 2 +- roles/attribute-aggregation/tasks/main.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/attribute-aggregation/handlers/main.yml b/roles/attribute-aggregation/handlers/main.yml index 95e0a5e2a..1a73fc7a6 100644 --- a/roles/attribute-aggregation/handlers/main.yml +++ b/roles/attribute-aggregation/handlers/main.yml @@ -3,4 +3,4 @@ name: aaserver state: started restart: true - when: attribute-aggregationservercontainer is success and attribute-aggregationservercontainer is not change + when: aaservercontainer is success and attribute-aggregationservercontainer is not change diff --git a/roles/attribute-aggregation/tasks/main.yml b/roles/attribute-aggregation/tasks/main.yml index 8ef9aaaec..ab79fefe6 100644 --- a/roles/attribute-aggregation/tasks/main.yml +++ b/roles/attribute-aggregation/tasks/main.yml @@ -57,7 +57,7 @@ timeout: 10s retries: 3 start_period: 10s - register: attribute-aggregationservercontainer + register: aaservercontainer - name: Create the gui container community.docker.docker_container: