mirror of
https://github.com/bgrolleman/dotfiles.git
synced 2025-12-06 05:45:24 +01:00
21 lines
349 B
YAML
21 lines
349 B
YAML
---
|
|
- name: Setup my personal Desktop
|
|
hosts: localhost
|
|
tasks:
|
|
- name: Include Elements
|
|
ansible.builtin.include_tasks: "{{ item }}"
|
|
loop:
|
|
- tasks/base_packages.yml
|
|
- tasks/todoist.yml
|
|
- tasks/nocfree.yml
|
|
- tasks/discord.yml
|
|
|
|
|
|
|
|
# Todo - Setup Brave and install
|
|
# Todo - Prep for Resolve
|
|
#
|
|
|
|
|
|
|