Skip to content

Commit 6def66c

Browse files
README editing
1 parent 7539ebe commit 6def66c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ access_token: "{{ lookup('env', 'PERSONAL_ACCESS_TOKEN') }}"
6969

7070
## Example Playbook
7171

72-
In this example the role will deploy (or redeploy) the GitHub Actions runner service (latest available version) and register the runner for the GitHub repo.
72+
In this example the Ansible role will deploy (or redeploy) the GitHub Actions runner service (latest available version) and register the runner for the GitHub repo.
7373
Runner service will run under the same user as the Ansible is using for ssh connection (*ansible*).
7474

7575
```yaml
@@ -85,7 +85,7 @@ Runner service will run under the same user as the Ansible is using for ssh conn
8585
- role: monolithprojects.github_actions_runner
8686
```
8787
88-
In this example the role will deploy (or redeploy) the GitHub Actions runner service. The Ansible will access the GitHub using the `github_account` and register the runner to the GitHub Organization Repository using the Repository admin user (or Organization owner)`github_owner`.
88+
In this example the Ansible role will deploy (or redeploy) the GitHub Actions runner service. The Ansible will access the GitHub using the `github_account` and register the runner to the GitHub Organization Repository using the Repository admin user (or Organization owner) `github_owner`.
8989
Runner service will run under the same user as the Ansible is using for ssh connection (*ansible*).
9090

9191
```yaml
@@ -102,7 +102,7 @@ Runner service will run under the same user as the Ansible is using for ssh conn
102102
- role: monolithprojects.github_actions_runner
103103
```
104104

105-
In this example the role will deploy (or redeploy) the GitHub Actions runner service (version 2.165.2) and register the runner for the GitHub repo. Runner service will run under the used `runner-user`.
105+
In this example the Ansible role will deploy (or redeploy) the GitHub Actions runner service (version 2.165.2) and register the runner for the GitHub repo. Runner service will run under the used `runner-user`.
106106

107107
```yaml
108108
---

0 commit comments

Comments
 (0)