Add role to install dotfiles and apply them

This commit is contained in:
2025-09-13 02:45:44 +02:00
parent 25dc798c0c
commit 54fb4d3262
3 changed files with 28 additions and 0 deletions

View File

@@ -9,6 +9,8 @@
when: ansible_os_family == 'Debian'
- role: roles/ssh
tags: [ssh]
- role: roles/dotfiles
tags: [dotfiles]
tasks:
- name: Dump hostvars
tags: [never, dump]