dotfiles/config/automatrop/playbooks/default.yml

11 lines
201 B
YAML
Raw Normal View History

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