ci/cd - fix /opt/actions-runner perms for self-hosted runners

This commit is contained in:
florian 2023-05-22 15:39:09 +02:00
parent 40e30ed441
commit f1efe06e99
No known key found for this signature in database
GPG key ID: 3D80806F12602A7C
6 changed files with 6 additions and 12 deletions

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 283 KiB

After

Width:  |  Height:  |  Size: 91 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 119 KiB

After

Width:  |  Height:  |  Size: 98 KiB

View file

@ -38,4 +38,4 @@
ansible.builtin.pause:
seconds: 60
- name: Restart GH runner
shell: systemctl restart actions.runner.*
shell: chown -R user:user /opt/actions-runner/ && systemctl restart actions.runner.*

View file

@ -38,4 +38,4 @@
ansible.builtin.pause:
seconds: 60
- name: Restart GH runner
shell: systemctl restart actions.runner.*
shell: chown -R user:user /opt/actions-runner/ && systemctl restart actions.runner.*

View file

@ -38,4 +38,4 @@
ansible.builtin.pause:
seconds: 60
- name: Restart GH runner
shell: systemctl restart actions.runner.*
shell: chown -R user:user /opt/actions-runner/ && systemctl restart actions.runner.*

View file

@ -49,4 +49,4 @@
ansible.builtin.pause:
seconds: 60
- name: Restart GH runner
shell: systemctl restart actions.runner.*
shell: chown -R user:user /opt/actions-runner/ && systemctl restart actions.runner.*