mirror of
https://github.com/fscotto/infra.git
synced 2026-05-30 15:39:58 +00:00
Refactor: centralize AI instructions and opencode config into common dotfiles
This commit is contained in:
@@ -33,7 +33,7 @@
|
||||
owner: "{{ effective_username }}"
|
||||
group: "{{ effective_user_group }}"
|
||||
mode: "{{ item.mode }}"
|
||||
loop: "{{ common_dotfiles | default([]) }}"
|
||||
loop: "{{ (common_dotfiles | default([])) + (ai_agents_dotfiles | default([])) }}"
|
||||
loop_control:
|
||||
label: "{{ item.dest }}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user