add music player playbook
This commit is contained in:
parent
88ed014b4b
commit
16fce4d846
16
music-player.yml
Normal file
16
music-player.yml
Normal file
@ -0,0 +1,16 @@
|
||||
- hosts: music-player
|
||||
pre_tasks:
|
||||
- name: install terminfo
|
||||
pacman:
|
||||
state: present # not required. choices: absent;latest;present. Desired state of the package.
|
||||
name:
|
||||
- termite-terminfo # not required. Name or list of names of the packages to install, upgrade, or remove.
|
||||
become: yes
|
||||
|
||||
roles:
|
||||
- user_config
|
||||
- cronie
|
||||
- hass-client-control
|
||||
- mpd
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user