From ba28fef0dbf5ae7ba761fd334a2478877598e262 Mon Sep 17 00:00:00 2001
From: Vladimir Still <git@vstill.eu>
Date: Sat, 4 Mar 2023 13:59:35 +0100
Subject: [PATCH] Don't overwrite with skel

---
 ansible/roles/pds_mount/tasks/main.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/ansible/roles/pds_mount/tasks/main.yml b/ansible/roles/pds_mount/tasks/main.yml
index 3c0a7fe..7266f7a 100644
--- a/ansible/roles/pds_mount/tasks/main.yml
+++ b/ansible/roles/pds_mount/tasks/main.yml
@@ -30,6 +30,7 @@
         remote_src: true
         owner: "{{item.0.item}}"
         group: "paradise"
+        force: false
       loop: "{{home_created.results | selectattr('changed') | product(['.bash_logout', '.bashrc', '.profile']) | list}}"
   when: inventory_hostname == "pontos01.fi.muni.cz" or inventory_hostname == "pontos02.fi.muni.cz" or inventory_hostname == "pontos03.fi.muni.cz" or inventory_hostname == "pontos04.fi.muni.cz"
 
-- 
GitLab