diff --git a/ansible/roles/pds_mount/tasks/main.yml b/ansible/roles/pds_mount/tasks/main.yml index 3c0a7fe654fadc6af9e4c08aaee511ab7ad7a3c5..7266f7a7c5ee52746bc60fe5264cb0d82af2058d 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"