Skip to content

Commit

Permalink
AA: variable names cannot have a - in their name
Browse files Browse the repository at this point in the history
  • Loading branch information
quartje committed Sep 25, 2024
1 parent 2b5a489 commit 6230b79
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion roles/attribute-aggregation/handlers/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion roles/attribute-aggregation/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 6230b79

Please sign in to comment.