mirror of
https://github.com/bgrolleman/dotfiles.git
synced 2025-12-06 05:45:24 +01:00
Adding my desktop configuration
This commit is contained in:
20
ansible.desktop/install-desktop-toolsontech.yml
Normal file
20
ansible.desktop/install-desktop-toolsontech.yml
Normal 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
|
||||
#
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user