]> git.phdru.name Git - ansible.git/blobdiff - playbooks/debian/roles/phd/tasks/main.yml
Feat: Move common playbooks and roles
[ansible.git] / playbooks / debian / roles / phd / tasks / main.yml
index a8ea36ee63e6470f0268b39f44761ab65d0ee1ff..a26a738cf7af22bece6f41f84bdfbfd51312f2a9 100644 (file)
         group: phd
         groups: "{{ system_groups }}"
 
+    - name: Remove mc directories
+      file:
+        path: "{{ item }}"
+        state: absent
+      loop: ['~/.cache/mc', '~/.config/mc', '~/.local/share/mc']
+
     - name: Upload and extract home archive
       unarchive:
         src: ~/archive/STORE/phd/Home/phd.tar.bz2