fix: remove argos tarball transfer task, update argos release version to latest, and adjust backend port for Titania

This commit is contained in:
2026-03-30 00:25:59 +00:00
parent 56d7fdb9cf
commit eea1359414
5 changed files with 4 additions and 46 deletions

View File

@@ -48,15 +48,6 @@
state: directory
mode: '750'
- name: Transfer and unarchive git archive
become: true
ansible.builtin.unarchive:
src: "~/rel/argos_{{argos_rel}}.tar"
dest: "{{argos_directory}}"
owner: "{{argos_user}}"
group: "{{argos_group}}"
mode: '550'
- name: Template docker-compose.yml
become: true
ansible.builtin.template: