From 2f7d9b6368aa2998b1d4118ff65ac6ecf5669748 Mon Sep 17 00:00:00 2001 From: Bertrand Benjamin Date: Sun, 9 Jun 2019 11:05:33 +0200 Subject: [PATCH] Feat: Add comments --- tasks/dotfiles.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tasks/dotfiles.yml b/tasks/dotfiles.yml index ef9edf2..9529438 100644 --- a/tasks/dotfiles.yml +++ b/tasks/dotfiles.yml @@ -7,6 +7,7 @@ group: "{{ item.group }}" with_items: "{{ me }}" +# Zsh config - name: Download antibody get_url: url: https://raw.githubusercontent.com/getantibody/installer/master/install @@ -51,6 +52,9 @@ with_items: "{{ me }}" when: prompt == 'zsh' +# Fish config + +# Vim config - name: Copy .vim/ copy: src: files/dotfiles/vim/ @@ -81,6 +85,7 @@ group: "{{ item.group }}" with_items: "{{ me }}" +# Ssh config - name: Creates .ssh file: path: /home/{{ item.username }}/.ssh/ @@ -105,6 +110,7 @@ group: "{{ item.group }}" with_items: "{{ me }}" +# Git config - name: Copy gitconfig template: src: files/dotfiles/gitconfig