We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a837fda commit 080f085Copy full SHA for 080f085
terraform/github-runners/ansible/site.yml
@@ -13,6 +13,8 @@
13
name: monolithprojects.github_actions_runner
14
become: true
15
16
+ # FIXME: Sometimes the runner service is not running at the end of the role.
17
+ # Start the service manually.
18
- name: Ensure runner service is running
19
ansible.builtin.service:
20
name: actions.runner.stackhpc-stackhpc-release-train.{{ ansible_facts.hostname }}.service
0 commit comments