Upgrade code-reseed and have it use new Gitea server. Change files which pull to use the new provisioning variable.

This commit is contained in:
2025-01-02 12:32:21 -07:00
parent 5b67610fca
commit 734bc70c1d
6 changed files with 84 additions and 39 deletions

View File

@ -6,7 +6,7 @@
user: ansible
name: "Ansible Sync"
minute: "*/30"
job: "sudo {{ ansible_pull_exec.stdout }} -o -U {{ git_repo }} --checkout {{ branch }}"
job: "sudo {{ ansible_pull_exec.stdout }} -o -U {{ git_repo_http }} --checkout {{ branch }}"
state: present
disabled: "{{ 'yes' if no_telem else 'no' }}"