You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -131,8 +131,8 @@ Same example as above, but runner will be added to an organization.
131
131
- role: monolithprojects.github_actions_runner
132
132
```
133
133
134
-
In this example the Ansible role will deploy (or update) the GitHub Actions runner service (version 2.165.2) and register the runner for the GitHub repo. Runner service will run under the user `runner-user`.
135
-
The runner service will be *stopped*.
134
+
In this example the Ansible role will deploy (or update) the GitHub Actions runner service (version 2.165.2) and register the runner for the GitHub repo. Runner service will run under the user `runner-user`. Runner will be registered with two labels.
135
+
The runner service will be *stopped* and disabled.
136
136
137
137
```yaml
138
138
---
@@ -145,6 +145,9 @@ The runner service will be *stopped*.
0 commit comments