Merge branch 'master' into postgress
This commit is contained in:
commit
8368350b95
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