replace nforwardauth with authelia #231
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@
|
|||
src: "{{ item }}"
|
||||
dest: "{{ compose_dest_basedir }}/{{ item | replace(compose_src_basedir + '/', '') | replace('.j2', '') }}"
|
||||
with_items: "{{ lookup('pipe', 'find '+ compose_src_basedir +'/ -type f -name *.j2').split('\n') }}"
|
||||
# no_log: true
|
||||
no_log: true
|
||||
register: copy_template
|
||||
|
||||
- name: Ensure needed networks exists
|
||||
|
|
Loading…
Reference in a new issue