fix: hide sensitive information in log output
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-02-15 14:25:49 +01:00
parent 9f36a69078
commit cc71ada59d
2 changed files with 9 additions and 4 deletions

View File

@ -34,6 +34,7 @@
- name: Create unix users
ansible.builtin.include_tasks: create_unix_user.yml
no_log: true
with_dict: "{{ unix_users }}"
loop_control:
loop_var: unix_user