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 | c725005101fae511f51bd9663c12d8e8ca308812 (patch) | |
| tree | 492ba46b0f628e54e87410280f55166b960e6a9f /roles/user/tasks | |
| parent | a11e2c2993d0123a7520b067546718129fc5d411 (diff) | |
Add no_logs to semi-sensitive tasks to follow best practices
Diffstat (limited to 'roles/user/tasks')
| -rw-r--r-- | roles/user/tasks/main.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/roles/user/tasks/main.yml b/roles/user/tasks/main.yml index 064e29cf..1177b707 100644 --- a/roles/user/tasks/main.yml +++ b/roles/user/tasks/main.yml @@ -25,6 +25,7 @@ update_password: "on_create" register: user notify: "Require password change" + no_log: true - name: "Create user ssh directory" ansible.builtin.file: |
