Files
silverblue-playbook/roles/home/tasks/main.yml
2021-09-14 10:26:16 +02:00

9 lines
208 B
YAML

---
- name: Include dotfiles.yml
ansible.builtin.include: dotfiles.yml
when: home_place_dotfiles | bool
- name: Include gnome.yml
ansible.builtin.include: gnome.yml
when: home_configure_gnome | bool