Added no_log

This commit is contained in:
2025-08-15 23:18:44 +02:00
parent cb2b9462e1
commit 5b64b47754
4 changed files with 7 additions and 0 deletions

View File

@@ -21,6 +21,7 @@
docker exec --user root {{ espocrm_name }}
sed -i "s/'password' => .*/'password' => '{{ database_password }}',/" {{ espocrm_config_file }}
notify: docker compose restart
no_log: "{{ MASK_CREDENTIALS_IN_LOGS | bool }}"
- name: Ensure siteUrl matches canonical domain
ansible.builtin.shell: |