ansible/music-player.yml
2020-09-06 22:19:09 +02:00

17 lines
386 B
YAML

- 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