keepass housekeeping, adding subdirs, updating vault pass #232
2 changed files with 2 additions and 2 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
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
# und
|
||||
# den jeweiligen group/host-Vars!
|
||||
- name: Ensure LDAP config is set up
|
||||
no_log: true
|
||||
#no_log: true
|
||||
become_user: gitea
|
||||
become: true
|
||||
ansible.builtin.command: |
|
||||
|
|
Loading…
Add table
Reference in a new issue