Adding my desktop configuration

This commit is contained in:
2025-05-31 08:51:34 +02:00
parent 64869f44db
commit 9eeaf333d8
8 changed files with 72 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
---
- 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
#