feat: formalize in-flight hyprland/dotfiles/role changes
Claude-Session: https://claude.ai/code/session_01PaGefHKzMcjAhoHpNKUe27
This commit is contained in:
@@ -4,6 +4,8 @@
|
||||
pacman:
|
||||
name:
|
||||
- docker
|
||||
- docker-compose
|
||||
- docker-buildx
|
||||
- kubectl
|
||||
- terraform
|
||||
- ansible
|
||||
@@ -13,6 +15,16 @@
|
||||
- kubectx
|
||||
state: present
|
||||
|
||||
- name: Install DevOps AUR tools
|
||||
kewlfft.aur.aur:
|
||||
name: "{{ item }}"
|
||||
use: "{{ aur_helper | default('paru') }}"
|
||||
state: present
|
||||
loop:
|
||||
- kubeseal
|
||||
- tea
|
||||
- winbox
|
||||
|
||||
- name: Deploy DevOps aliases
|
||||
blockinfile:
|
||||
path: "{{ archsetup_user_home }}/.zshrc"
|
||||
|
||||
Reference in New Issue
Block a user