Adding molecule unit tests
This commit is contained in:
@@ -37,6 +37,7 @@
|
||||
community.docker.docker_compose_v2:
|
||||
project_src: "{{ authentik_data_dir }}"
|
||||
state: present
|
||||
when: not (molecule_test_mode | default(false))
|
||||
|
||||
- name: Wait for Authentik to be ready
|
||||
ansible.builtin.uri:
|
||||
@@ -47,3 +48,4 @@
|
||||
until: result.status == 200
|
||||
retries: 30
|
||||
delay: 10
|
||||
when: not (molecule_test_mode | default(false))
|
||||
|
||||
Reference in New Issue
Block a user