refactor: update repository paths and configurations for consistency across services

This commit is contained in:
2026-03-21 21:07:27 +00:00
parent b17cdada7c
commit e21c91e73e
11 changed files with 47 additions and 42 deletions

View File

@@ -4,9 +4,9 @@
gather_facts: false
vars:
agent_s_archive: "{{rel_dir}}/agent_s_{{agent_s_rel}}.tar"
agent_s_repo_dir: "{{github_repo_dir}}/Agent-S"
agent_s_repo_dir: "{{github_dir}}/Agent-S"
pulse_xrdp_archive: "{{rel_dir}}/pulseaudio_module_xrdp_{{pulseaudio_module_xrdp_rel}}.tar"
pulse_xrdp_repo_dir: "{{github_repo_dir}}/pulseaudio-module-xrdp"
pulse_xrdp_repo_dir: "{{github_dir}}/pulseaudio-module-xrdp"
rommie_archive: "{{rel_dir}}/rommie_{{rommie_rel}}.tar"
rommie_repo_dir: "{{repo_dir}}/rommie"