Skip to content

Commit 588e650

Browse files
docs: galaxy info
1 parent 5b8ca09 commit 588e650

File tree

1 file changed

+17
-16
lines changed

1 file changed

+17
-16
lines changed

README.md

Lines changed: 17 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -10,22 +10,23 @@
1010
This role will deploy/redeploy/uninstall and register/unregister local GitHub Actions Runner on Linux and macOS Systems (see [compatibility list](#supported-operating-systems) ).
1111
It supports Enterprise, Organization and Repository Runners.
1212

13-
## Role Installation (My Galaxy account is currently broken. Please use Github.)
14-
15-
**cli**
16-
17-
```yml
18-
ansible-galaxy role install git+https://github.com/MonolithProjects/ansible-github_actions_runner.git,1.21.1
19-
```
20-
21-
**requirements.yml**
22-
23-
```yml
24-
roles:
25-
- name: monolithprojects.github_actions_runner
26-
version: 1.21.1
27-
src: https://github.com/MonolithProjects/ansible-github_actions_runner
28-
```
13+
> [!IMPORTANT]
14+
> My Galaxy account is currently broken. Please use Github for installation source.
15+
>
16+
> **CLI:**
17+
>
18+
>```yml
19+
>ansible-galaxy role install git+https://github.com/MonolithProjects/ansible-github_actions_runner.git,1.21.1
20+
>```
21+
>
22+
>**requirements.yml:**
23+
>
24+
>```yml
25+
>roles:
26+
> - name: monolithprojects.github_actions_runner
27+
> version: 1.21.1
28+
> src: https://github.com/MonolithProjects/ansible-github_actions_runner
29+
>```
2930
3031
## Requirements
3132

0 commit comments

Comments
 (0)