Feat: Add comments

This commit is contained in:
Bertrand Benjamin 2019-06-09 11:05:33 +02:00
parent 3c94f3ddf4
commit 2f7d9b6368
1 changed files with 6 additions and 0 deletions

View File

@ -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