ansible/music-player.yml

17 lines
386 B
YAML
Raw Normal View History

2020-09-06 20:19:09 +00:00
- 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