Fix(Choux): Remove mdp config and restaure old config

This commit is contained in:
Bertrand Benjamin 2018-11-29 18:23:38 +01:00
parent ffb1ddcc2d
commit 2a6bce5260
4 changed files with 1 additions and 11 deletions

View File

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

View File

@ -13,8 +13,4 @@
name: mpd
enabled: yes
state: started
scope: user
become: yes
become_user: "{{ item.username }}"
with_items: "{{ me }}"

View File

@ -41,6 +41,7 @@
- name: Install extra CLI packages
pacman:
name:
- moc
- newsboat
- pass
- cups

View File

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