Skip to content

Commit

Permalink
fix(utils): hide users passwords in role utils.hdfs_user_homes
Browse files Browse the repository at this point in the history
fix(utils): only display users
  • Loading branch information
kpgtek authored and rpignolet committed Oct 20, 2023
1 parent 4e52e25 commit deb2e0c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions roles/utils/hdfs_user_homes/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,5 @@
become: true
become_user: "{{ hdfs_user }}"
loop: "{{ hdfs_user_homes }}"
loop_control:
label: "{'user': '{{ item.user }}'}"

0 comments on commit deb2e0c

Please sign in to comment.