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 {{ moodle_container }}
sed -i "s/^\$CFG->dbpass *= *.*/\$CFG->dbpass = '{{ database_password }}';/" {{ moodle_config }}
notify: docker compose restart
no_log: "{{ MASK_CREDENTIALS_IN_LOGS | bool }}"
- name: Update CFG->wwwroot via sed in container
command: >