dotfiles/config/automatrop/roles/extensions/tasks/main.yml
Geoffrey Frogeye 8c289fea17
Extensions system!
Because you know. There's stuff that is sensitive, some that is not
really sensitive but I can't be bothered separating the credentials from
the config, and some stuff that I just don't like to be public.
2021-06-23 21:47:42 +02:00

4 lines
98 B
YAML

- include_role:
name: "geoffreyfrogeye.{{ item }}automatrop.entry"
loop: "{{ extensions }}"