dotfiles/config/automatrop/playbooks/default.yml

11 lines
201 B
YAML
Raw Normal View History

2020-10-18 13:01:24 +02:00
- name: Default
hosts: all
2020-10-18 13:01:24 +02:00
roles:
- role: software
tags: software
2021-01-09 18:58:18 +01:00
- role: mnussbaum.base16-builder-ansible # Required for color
tags: color
2020-10-18 13:01:24 +02:00
- role: color
tags: color
2021-01-09 18:58:18 +01:00