]> git.phdru.name Git - ansible.git/blobdiff - playbooks/roles/root/tasks/mc.yml
Refactor: Remove excessive `force: yes` - this is the default
[ansible.git] / playbooks / roles / root / tasks / mc.yml
index c27e80e99d076681ad6c51e1e000b178063a7a3b..655878ec12f8cf57f06362a62ca82da63d44463d 100644 (file)
@@ -32,7 +32,6 @@
         path: "~root/{{ item }}"
         state: link
         src: "../.mc"
-        force: yes
       loop: ['.cache/mc', '.config/mc']
 
     - name: "Setup root mc - link mc directories (2)"
@@ -41,7 +40,6 @@
         path: "~root/{{ item }}"
         state: link
         src: "../../.mc"
-        force: yes
       loop: ['.local/share/mc']
   when: links_exist.results|selectattr('stat.exists')|selectattr('stat.islnk')|list|length != 3
 
@@ -54,5 +52,4 @@
     owner: root
     group: root
     mode: "0600"
-    force: yes
   loop: ['hotlist', 'ini', 'panels.ini']