adds tailscale
All checks were successful
Nix Format Check / check-format (pull_request) Successful in 39s

This commit is contained in:
2025-01-20 11:18:52 +01:00
parent 02c70010bd
commit 45bc0093aa
2 changed files with 45 additions and 5 deletions

View File

@@ -5,6 +5,15 @@
- name: Include symlinks tasks
ansible.builtin.import_tasks: tasks/symlinks.yml
- name: Gather package facts
ansible.builtin.package_facts:
manager: auto
become: true
- name: Include Tailscale tasks
ansible.builtin.import_tasks: tasks/tailscale.yml
become: true
- name: Include VSCode tasks
ansible.builtin.import_tasks: tasks/vscode.yml
when: hostname in ['mennos-laptop', 'mennos-desktop']
@@ -28,11 +37,6 @@
ansible.builtin.import_tasks: tasks/docker.yml
become: true
- name: Gather package facts
ansible.builtin.package_facts:
manager: auto
become: true
- name: Include GNOME Extensions tasks
ansible.builtin.import_tasks: tasks/gnome-extensions.yml