diff --git a/playbooks/deploy/git.yml b/playbooks/deploy/git.yml index a8bc530..b090330 100644 --- a/playbooks/deploy/git.yml +++ b/playbooks/deploy/git.yml @@ -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