Revert "Remove unnecessary files"
This reverts commit37ea6f5236
. This reverts commitc7a2fa1518
.
This commit is contained in:
parent
37ea6f5236
commit
0f85852f43
1 changed files with 0 additions and 12 deletions
|
@ -25,18 +25,6 @@
|
|||
group: git
|
||||
create_home: true
|
||||
|
||||
- name: Remove unnecessary files
|
||||
file:
|
||||
state: absent
|
||||
path: '/home/git/{{ item }}'
|
||||
with_items:
|
||||
- .bash_logout
|
||||
- .bashrc
|
||||
- .cache
|
||||
- .cloud-locale-test.skip
|
||||
- .gnupg
|
||||
- .profile
|
||||
|
||||
- name: Create directory for SSH configuration
|
||||
file:
|
||||
state: directory
|
||||
|
|
Reference in a new issue