diff --git a/Choux.yml b/Choux.yml index 5767fec..d4df367 100644 --- a/Choux.yml +++ b/Choux.yml @@ -15,7 +15,6 @@ - include: tasks/ssh.yml - include: tasks/arch_python.yml - include: tasks/arch_aur.yml - - include: tasks/arch_CLI_music.yml - include: tasks/arch_gnome.yml - include: tasks/arch_graphicals.yml - include: tasks/dotfiles.yml diff --git a/tasks/arch_CLI_music.yml b/tasks/arch_CLI_music.yml index 483abf2..00a592f 100644 --- a/tasks/arch_CLI_music.yml +++ b/tasks/arch_CLI_music.yml @@ -13,8 +13,4 @@ name: mpd enabled: yes state: started - scope: user - become: yes - become_user: "{{ item.username }}" - with_items: "{{ me }}" diff --git a/tasks/arch_CLI_packages.yml b/tasks/arch_CLI_packages.yml index 6b16e14..6ba8f4b 100644 --- a/tasks/arch_CLI_packages.yml +++ b/tasks/arch_CLI_packages.yml @@ -41,6 +41,7 @@ - name: Install extra CLI packages pacman: name: + - moc - newsboat - pass - cups diff --git a/tasks/dotfiles.yml b/tasks/dotfiles.yml index c95d021..a21e556 100644 --- a/tasks/dotfiles.yml +++ b/tasks/dotfiles.yml @@ -113,12 +113,6 @@ with_items: "{{ me }}" when: not minimal and not server -- name: Copy mpd.conf - template: - src: files/mpd.conf - dest: /home/{{ item.username }}/.config/mpd/mpd.conf - dest: /etc/mpd.conf - - name: Creates .ssh file: path: /home/{{ item.username }}/.ssh/