Skip to content

Commit

Permalink
oidcng: Small fixes after Dockerizing
Browse files Browse the repository at this point in the history
  • Loading branch information
quartje committed Jul 11, 2024
1 parent b23ea36 commit a59183e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
9 changes: 4 additions & 5 deletions roles/oidcng/handlers/main.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
- name: "restart oidcng"
systemd:
name: oidcng
state: restarted
daemon-reload: yes

community.docker.docker_container:
name: dashboardserver
state: started
restart: true
1 change: 1 addition & 0 deletions roles/oidcng/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@
host.docker.internal: host-gateway
env:
USE_SYSTEM_CA_CERTS: "true"
TZ: "{{ timezone }}"
hostname: manage
healthcheck:
test:
Expand Down

0 comments on commit a59183e

Please sign in to comment.