diff options
| author | Ahmed Abdelhalim <[email protected]> | 2025-12-11 13:19:27 +0100 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2025-12-11 13:49:22 +0100 |
| commit | eae6dd4c9e38908e6b433f733d41663015e8c93f (patch) | |
| tree | 492ba46b0f628e54e87410280f55166b960e6a9f /roles/pihole | |
| parent | c91b559e67d7ae8c518ff8014443244fbb411dcc (diff) | |
Add no_logs to semi-sensitive tasks to follow best practices
Diffstat (limited to 'roles/pihole')
| -rw-r--r-- | roles/pihole/tasks/main.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/roles/pihole/tasks/main.yml b/roles/pihole/tasks/main.yml index a45a1482..27c7e6c1 100644 --- a/roles/pihole/tasks/main.yml +++ b/roles/pihole/tasks/main.yml @@ -43,6 +43,7 @@ group: "pihole" mode: "0644" notify: "Restart pihole" + no_log: true # pihole.toml is being rewritten after successful setup # This is why this task is not idempotent and can't be. tags: |
