GRM-28: fix: Vikunja task resolution pagination in post_merge.py
Post-merge Vikunja update / vikunja (push) Failing after 8s
CI / quality (push) Successful in 1m5s
CI / molecule-tests (1) (push) Successful in 6m44s
CI / molecule-tests (2) (push) Successful in 7m7s
CI / molecule-tests (0) (push) Successful in 9m35s

This commit was merged in pull request #7.
This commit is contained in:
2026-06-20 17:48:08 +00:00
parent 0fadb7c504
commit 3364355c73
5 changed files with 76 additions and 34 deletions
@@ -9,6 +9,9 @@
register: gitea_runner_release
when: gitea_runner_version | default('latest') == 'latest'
changed_when: false
retries: 3
delay: 5
until: gitea_runner_release is not failed
- name: Set gitea_runner version from latest release
ansible.builtin.set_fact:
@@ -38,4 +41,8 @@
dest: "{{ gitea_runner_binary_path }}"
mode: "0755"
force: true
register: gitea_runner_download
notify: Restart gitea-runner
retries: 3
delay: 5
until: gitea_runner_download is not failed