summaryrefslogtreecommitdiff
path: root/post_init.yml
blob: 8a5c40879c7d9df58034d68992268676c2a9d140 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
---
- hosts: home
  tasks:
    - file:
        path: "$HOME/{{ item }}"
        state: absent
      loop:
        - .bash_profile
        - .bash_history
        - Bureau
        - Documents
        - Images
        - Modèles
        - Musique
        - Public
        - Téléchargements
        - Vidéos