Skip to content

Commit c2f40e5

Browse files
Update README.md
1 parent 5b2d407 commit c2f40e5

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

README.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,21 @@
77
[![Molecule test](https://github.com/MonolithProjects/ansible-github_actions_runner/actions/workflows/tests.yml/badge.svg)](https://github.com/MonolithProjects/ansible-github_actions_runner/actions/workflows/tests.yml)
88
[![License](https://img.shields.io/github/license/MonolithProjects/ansible-github_actions_runner)](https://github.com/MonolithProjects/ansible-github_actions_runner/blob/main/LICENSE)
99

10-
1110
This role will deploy/redeploy/uninstall and register/unregister local GitHub Actions Runner on Linux and macOS Systems (see [compatibility list](#supported-operating-systems) ).
1211
It supports Enterprise, Organization and Repository Runners.
1312

13+
## Role Installation
14+
15+
Since Ansible Galaxy migrated to Galaxy-ng my galaxy account seems to be broken and RedHat/Galaxy support team just [deos not care](https://forum.ansible.com/t/please-fix-my-galaxy-namespace/5176). Please install this role directly fom GitHub.
16+
17+
**requirements.yml**
18+
```yml
19+
roles:
20+
- name: monolithprojects.github_actions_runner
21+
version: 1.21.1
22+
src: https://github.com/MonolithProjects/ansible-github_actions_runner
23+
```
24+
1425
## Requirements
1526
1627
* System must have access to the GitHub API.

0 commit comments

Comments
 (0)