2 Commits

Author SHA1 Message Date
CSRBot afb2c7a796 chore(deps): update ansible/ansible-lint action to v26
Ansible Linter / ansible-lint (push) Successful in 4m45s
Lint Markdown files / markdown-lint (push) Successful in 14s
Ansible Linter / ansible-lint (pull_request) Successful in 1m17s
Lint Markdown files / markdown-lint (pull_request) Successful in 14s
2026-06-11 18:01:25 +00:00
volker.raschek 199d8219db fix: execute as user gitea-runner
Ansible Linter / ansible-lint (push) Successful in 3m25s
Lint Markdown files / markdown-lint (push) Successful in 13s
Release Ansible Role / Release Ansible Role (push) Successful in 3m21s
2026-06-11 18:40:01 +02:00
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ jobs:
steps:
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
- name: Run ansible-lint
uses: ansible/ansible-lint@v25.12.2
uses: ansible/ansible-lint@5fac056c45595896c973fbde871f01f6cb14d74c # v26.4.0
with:
args: "--config-file .ansible-lint"
setup_python: "true"
+2
View File
@@ -72,6 +72,8 @@
register: _gitea_runner_registration_file
- name: Register gitea_runner
become: true
become_user: "{{ gitea_runner_unix_user }}"
ansible.builtin.command:
cmd: "gitea-runner --config {{ gitea_runner_config_file }} register --instance {{ gitea_runner_gitea_url }} --no-interactive --token={{ gitea_runner_token }}"
chdir: "{{ gitea_runner_lib_dir }}"