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 committed Oct 20, 2023
1 parent 4e52e25 commit 2ea6d89
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 2ea6d89

Please sign in to comment.