diff --git a/tasks/dotfiles.yml b/tasks/dotfiles.yml index aa12f37..9e60077 100644 --- a/tasks/dotfiles.yml +++ b/tasks/dotfiles.yml @@ -9,8 +9,8 @@ # Zsh config - name: dotfiles -- Download antibody - get_url: - url: https://raw.githubusercontent.com/getantibody/installer/master/install + get_url: + url: https://raw.githubusercontent.com/getantibody/installer/master/install dest: /tmp/antibody.sh mode: 0770 when: prompt == "zsh" @@ -116,19 +116,12 @@ - name: dotfiles -- Copy nvim config copy: src: files/dotfiles/nvim - dest: /home/{{ item.username }}/.config/nvim + dest: /home/{{ item.username }}/.config owner: "{{ item.username }}" group: "{{ item.group }}" with_items: "{{ me }}" when: editor == 'nvim' -- name: dotfiles -- Creates nvim/autoload/ - file: - path: /home/{{ item.username }}/.config/nvim/autoload/ - state: directory - with_items: "{{ me }}" - when: editor == 'nvim' - - name: dotfiles -- Download plug.vim for nvim get_url: url: https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim @@ -142,7 +135,7 @@ - name: dotfiles -- Copy alacritty config copy: src: files/dotfiles/alacritty - dest: /home/{{ item.username }}/.config/alacritty + dest: /home/{{ item.username }}/.config owner: "{{ item.username }}" group: "{{ item.group }}" with_items: "{{ me }}" diff --git a/vars/Choux.yml b/vars/Choux.yml index 3dddb07..5ffbd05 100644 --- a/vars/Choux.yml +++ b/vars/Choux.yml @@ -22,3 +22,4 @@ autofs: music_dir: /media/documents/musique/ +is_pacman_cache_server: True