Skip to content

Commit 727eb93

Browse files
committed
Remove the rubywarden user .ssh directory.
Prevents nightly security notification regarding the user having a valid login shell and alternate access mechanisms.
1 parent 071f127 commit 727eb93

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tasks/main.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,11 @@
2222
group: "{{ rw_group }}"
2323
append: yes
2424

25+
- name: remove rubywarden .ssh directory
26+
file:
27+
state: absent
28+
path: "{{ rw_home }}/.ssh"
29+
2530
- name: get rubywarden code
2631
register: git_updated
2732
git:

0 commit comments

Comments
 (0)