Skip to content

Commit

Permalink
feat: set no_log on private key
Browse files Browse the repository at this point in the history
closes #41
  • Loading branch information
franklinkim committed Mar 17, 2020
2 parents e25133a + 2dea54d commit b31ba4c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tasks/manage_user_home.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
group: "{{ user.group if user.group is defined else (users_group if users_group else user.username) }}"
mode: '0600'
when: user.ssh_key is defined
no_log: true

- name: Adding user's private keys
copy:
Expand Down

0 comments on commit b31ba4c

Please sign in to comment.