ansible/music-player.yml

16 lines
244 B
YAML
Raw Normal View History

2021-04-22 07:15:26 +00:00
---
2020-09-06 20:19:09 +00:00
- hosts: music-player
pre_tasks:
2021-04-22 07:15:26 +00:00
- name: install terminfo
pacman:
state: present
name:
- termite-terminfo
become: true
2020-09-06 20:19:09 +00:00
roles:
2021-04-22 07:15:26 +00:00
- user_config
- cronie
- hass-client-control
- mpd