Skip to content

Commit

Permalink
Voot: Add timezone information
Browse files Browse the repository at this point in the history
  • Loading branch information
quartje committed May 15, 2024
1 parent 3d52450 commit 3d47931
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions roles/voot/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@
- name: Create and start the server container
community.docker.docker_container:
name: vootserver
env:
TZ: "{{ timezone }}"
image: ghcr.io/openconext/openconext-voot/voot:{{ voot_version }}
pull: true
restart_policy: "always"
Expand Down Expand Up @@ -63,7 +65,7 @@
notify: restart vootserver

- name: Include the role manage_provision_entities to provision the client_credentials client
include_role:
ansible.builtin.include_role:
name: manage_provision_entities
vars:
vars:
entity_type: oauth20_rs

0 comments on commit 3d47931

Please sign in to comment.