feat: add hydra-webauthn

This commit is contained in:
2023-12-04 09:22:04 +01:00
parent 4133892e27
commit 03d6e9dcd7
9 changed files with 117 additions and 0 deletions

View File

@ -54,6 +54,13 @@
become: true
when: not install_only
- name: Restart cadoles-pod-hydra-webauthn-v1
service:
name: cadoles-pod-hydra-webauthn-v1
state: restarted
become: true
when: not install_only
- name: Restart cadoles-pod-goweb-oidc-v1
service:
name: cadoles-pod-goweb-oidc-v1