From 0f85852f4390c77d57a6ff89526b8f0208de3e77 Mon Sep 17 00:00:00 2001 From: Alex Kotov Date: Sat, 25 Jan 2020 06:29:12 +0500 Subject: [PATCH] Revert "Remove unnecessary files" This reverts commit 37ea6f5236ce167a625cb5e26d0429b88a4ffc6a. This reverts commit c7a2fa1518521916fad8fae0683803ccaf9f8663. --- playbooks/deploy/git.yml | 12 ------------ 1 file changed, 12 deletions(-) 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