]> git.phdru.name Git - ansible.git/blobdiff - playbooks/roles/root/tasks/root.yml
Refactor: Remove excessive `force: yes` - this is the default
[ansible.git] / playbooks / roles / root / tasks / root.yml
index fb8d446f9234187b1ba78bccc8bde4f0b5e2dd58..7826f8c2f86184d613fd9ddb13486bfa2ef621b3 100644 (file)
@@ -8,7 +8,6 @@
     group: root
     directory_mode: "0700"
     mode: "0600"
-    force: yes
   loop: ['.bashrc', 'admin/home/root/.profile']
 
 - name: "Setup ~root - copy directories from ~phd"
@@ -62,7 +61,6 @@
     path: ~root/.bash_history
     src: ./.sh_history
     state: link
-    force: yes
 
 - name: "Setup ~root - create tmp/"
   become: true