2022-08-03 21:06:02 +02:00
|
|
|
- name: Remove oidc-test OpenID Connect client configuration
|
2022-08-02 16:56:06 +02:00
|
|
|
file:
|
|
|
|
path: "/etc/hydra/clients.d/{{ oidc_test_app_client_id }}.json"
|
|
|
|
state: absent
|
|
|
|
notify:
|
|
|
|
- Reload hydra clients
|
|
|
|
become: true
|
|
|
|
|
|
|
|
- name: Stop oidc-test app
|
|
|
|
containers.podman.podman_container:
|
|
|
|
name: oidc-test
|
|
|
|
state: absent
|
|
|
|
become: true
|