Skip to content

Commit

Permalink
Cosmetic changes
Browse files Browse the repository at this point in the history
Cosmetic changes

Former-commit-id: d0ff52e
  • Loading branch information
MonolithProjects authored Mar 23, 2020
2 parents 526a863 + ee59980 commit 9331825
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
GitHub Actions Runner
=========

<a href="https://galaxy.ansible.com/monolithprojects/ansible-github_actions_runner"><img src="https://img.shields.io/ansible/quality/47118?style=flat&logo=ansible"/></a>
<a href="https://galaxy.ansible.com/monolithprojects/ansible-github_actions_runner"><img src="https://img.shields.io/ansible/role/d/47118"/></a>
<a href="https://galaxy.ansible.com/monolithprojects/github_actions_runner"><img src="https://img.shields.io/github/v/release/MonolithProjects/ansible-github_actions_runner"/></a>
<a href="https://github.com/MonolithProjects/ansible-github_actions_runner/actions"><img src="https://github.com/MonolithProjects/ansible-github_actions_runner/workflows/molecule%20test/badge.svg?branch=master"/></a>
<a href="https://github.com/MonolithProjects/ansible-github_actions_runner/blob/master/LICENSE"><img src="https://img.shields.io/github/license/MonolithProjects/ansible-github_actions_runner"/></a>
[![Galaxy Quality](https://img.shields.io/ansible/quality/47375?style=flat&logo=ansible)](https://galaxy.ansible.com/monolithprojects/github_actions_runner)
[![Role version](https://img.shields.io/github/v/release/MonolithProjects/ansible-github_actions_runner)](https://galaxy.ansible.com/monolithprojects/github_actions_runner)
[![Role downloads](https://img.shields.io/ansible/role/d/47375)](https://galaxy.ansible.com/monolithprojects/github_actions_runner)
[![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)
[![License](https://img.shields.io/github/license/MonolithProjects/ansible-github_actions_runner)](https://github.com/MonolithProjects/ansible-github_actions_runner/blob/master/LICENSE)

This role will deploy or redeploy or uninstall and register or unregister local GitHub Actions Runner (version you specified).


Requirements
------------

Expand Down Expand Up @@ -51,7 +50,6 @@ github_server: "https://github.com"
# github_repo: "yourrepo"
```


Example Playbook
----------------

Expand All @@ -72,6 +70,7 @@ In this example the role will deploy (or redeploy) the GitHub Actions runner ser
```
Here the GitHub Actions runners will be uninstalled, service stopped and unregistered from the GitHub.
```yaml
---
- name: GitHub Actions Runner
Expand All @@ -90,6 +89,7 @@ Here the GitHub Actions runners will be uninstalled, service stopped and unregis
ToDo
----
Full Debian/Ubuntu support
License
Expand All @@ -100,4 +100,4 @@ MIT
Author Information
------------------
Created in 2020 by Michal Muransky
Created in 2020 by Michal Muransky
1 change: 1 addition & 0 deletions tasks/install_runner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@
command: "./svc.sh install"
args:
chdir: "{{ runner_dir }}"
when: runner_service not in services
tags:
- install

Expand Down

0 comments on commit 9331825

Please sign in to comment.