From 5dfb7350a4953b725231a4f016ace2b42c9cdc8c Mon Sep 17 00:00:00 2001 From: L3D Date: Sat, 20 Mar 2021 18:52:18 +0100 Subject: [PATCH 1/3] update README --- README.md | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0da4cab..c245f6d 100644 --- a/README.md +++ b/README.md @@ -15,8 +15,18 @@ Install and configure the `acmetool` LE client. * ``submodules_versioncheck:`` (Default: ``false``): Enable basic versionscheck. *(``true`` is recomended)* -References ----------- + References +------------ * [acmetool](https://github.com/hlandau/acmetool) * [acmetool user's guide](https://hlandau.github.io/acmetool/userguide) + + Testing +--------- +We are using the following github actions for testing and releasing to ansible galaxy. + +| Action Status | Marketplace | +| ------------- | ----------- | +| [![Ansible Lint check](https://github.com/roles-ansible/ansible_role_acmetool/actions/workflows/ansible-linting-check.yml/badge.svg)](https://github.com/roles-ansible/ansible_role_acmetool/actions/workflows/ansible-linting-check.yml) | [ansible-lint](https://github.com/marketplace/actions/ansible-lint) | +| [![Galaxy release](https://github.com/roles-ansible/ansible_role_acmetool/actions/workflows/galaxy.yml/badge.svg)](https://github.com/roles-ansible/ansible_role_acmetool/actions/workflows/galaxy.yml) | [publish-ansible-role-to-galaxy](https://github.com/marketplace/actions/publish-ansible-role-to-galaxy) | +| [![Yamllint GitHub Actions](https://github.com/roles-ansible/ansible_role_acmetool/actions/workflows/yamllint.yaml/badge.svg)](https://github.com/roles-ansible/ansible_role_acmetool/actions/workflows/yamllint.yaml) | [yamllint-github-action](https://github.com/marketplace/actions/yamllint-github-action) | From e15adef0142afd1ab3c627821f6db2cb016cd570 Mon Sep 17 00:00:00 2001 From: L3D Date: Sat, 20 Mar 2021 18:55:33 +0100 Subject: [PATCH 2/3] Add myself to License --- LICENCE | 1 + 1 file changed, 1 insertion(+) diff --git a/LICENCE b/LICENCE index 7a05635..6d52c52 100644 --- a/LICENCE +++ b/LICENCE @@ -1,6 +1,7 @@ MIT License Copyright (c) 2021 Raoul +Copyright (c) 2021 L3D Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal From 0425608348858171cf4486d600eaaaec68eef7ad Mon Sep 17 00:00:00 2001 From: L3D Date: Sat, 20 Mar 2021 18:56:46 +0100 Subject: [PATCH 3/3] fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c245f6d..3caee5f 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -[![Ansible Galaxy](https://raw.githubusercontent.com/roles-ansible/ansible_role_acmetool/main/.github/galaxy.svg?sanitize=true)](https://galaxy.ansible.com/do1jlr/acmetool) [![MIT License](https://raw.githubusercontent.com/roles-ansible/ansible_role_acmetool/main/.github/license.svg?sanitize=true)](https://github.com/roles-ansible/ansible_role_acmetool/blob/main/LICENSE) +[![Ansible Galaxy](https://raw.githubusercontent.com/roles-ansible/ansible_role_acmetool/main/.github/galaxy.svg?sanitize=true)](https://galaxy.ansible.com/do1jlr/acmetool) [![MIT License](https://raw.githubusercontent.com/roles-ansible/ansible_role_acmetool/main/.github/license.svg?sanitize=true)](https://github.com/roles-ansible/ansible_role_acmetool/blob/main/LICENCE) Acmetool LE client ==================