mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-29 15:06:26 +02:00
Deactivated useless code
This commit is contained in:
@@ -14,6 +14,12 @@
|
||||
include_role:
|
||||
name: docker-repository-setup
|
||||
|
||||
- name: "template local.py for taiga-contrib-oidc-auth"
|
||||
template:
|
||||
src: taiga/local.py.j2
|
||||
dest: "{{ docker_compose.directories.config }}taiga-local.py"
|
||||
when: applications[application_id].oidc.enabled and applications[application_id].oidc.flavor == 'taigaio'
|
||||
|
||||
- name: "create {{docker_compose_init}}"
|
||||
template:
|
||||
src: "docker-compose-inits.yml.j2"
|
||||
|
Reference in New Issue
Block a user