Skip to content

Commit dbb6c90

Browse files
author
Michal Muransky
committed
Better docs
1 parent 07a6f3d commit dbb6c90

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@
66
[![GitHub Actions](https://github.com/MonolithProjects/ansible-github_actions_runner/workflows/molecule%20test/badge.svg?branch=master)](https://github.com/MonolithProjects/ansible-github_actions_runner/actions)
77
[![License](https://img.shields.io/github/license/MonolithProjects/ansible-github_actions_runner)](https://github.com/MonolithProjects/ansible-github_actions_runner/blob/master/LICENSE)
88

9-
This role will deploy or redeploy or uninstall and register or unregister local GitHub Actions Runner.
9+
This role will deploy/redeploy/uninstall and register/unregister local GitHub Actions Runner.
1010

1111
## Requirements
1212

13-
* Supported Linux distros:
13+
* Weekly tested on:
1414
* CentOS/RHEL 7,8
1515
* Debian 9,10
16-
* Fedora 32,31,30,29,28
16+
* Fedora 31,32
1717
* Ubuntu 16,18,20
1818

1919
**Note:** Fedora 32 and Ubuntu 20 must use Ansible 2.9.8+. Other distros/releases will work also with older 2.8.0+ Ansible.
@@ -82,7 +82,7 @@ Runner service will run under the same user as the Ansible is using for ssh conn
8282
- role: monolithprojects.github_actions_runner
8383
```
8484
85-
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.
85+
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`.
8686

8787
```yaml
8888
---
@@ -98,7 +98,7 @@ In this example the role will deploy (or redeploy) the GitHub Actions runner ser
9898
- role: monolithprojects.github_actions_runner
9999
```
100100

101-
By using tag `uninstall`, GitHub Actions runner will be removed from the host and unregistered from the GitHub.
101+
By using tag `uninstall`, GitHub Actions runner will be removed from the host and unregistered from the GitHub repository.
102102

103103
```bash
104104
ansible-playbook playbook.yml --tags uninstall

0 commit comments

Comments
 (0)