From b0d8b5f6b358a8e7b661c094b6dd13a61ed30b37 Mon Sep 17 00:00:00 2001 From: guisea Date: Tue, 1 Nov 2022 22:43:29 +1300 Subject: [PATCH] [CI SKIP] Updated Readme - added badge --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 225dd44..689115d 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -Role Name +# Common [![Build Status](https://drone.guise.net.nz/api/badges/ansible-roles/common/status.svg)](https://drone.guise.net.nz/ansible-roles/common) ========= A brief description of the role goes here. @@ -23,9 +23,11 @@ Example Playbook Including an example of how to use your role (for instance, with variables passed in as parameters) is always nice for users too: +```yaml - hosts: servers roles: - { role: username.rolename, x: 42 } +``` License -------