mirror of
https://github.com/roles-ansible/ansible_role_acmetool.git
synced 2024-08-16 12:29:49 +02:00
Merge pull request #7 from roles-ansible/docs
Improve docs ans requirements
This commit is contained in:
commit
c23b41c7e2
2 changed files with 5 additions and 1 deletions
|
@ -21,6 +21,10 @@ Install and configure the `acmetool` LE client.
|
||||||
* [acmetool](https://github.com/hlandau/acmetool)
|
* [acmetool](https://github.com/hlandau/acmetool)
|
||||||
* [acmetool user's guide](https://hlandau.github.io/acmetool/userguide)
|
* [acmetool user's guide](https://hlandau.github.io/acmetool/userguide)
|
||||||
|
|
||||||
|
Good to know
|
||||||
|
--------------
|
||||||
|
If you are using debian buster, you are probably interested in a more up to date version of acmetool. Have a look at the [do1jlri.acmetool_fix](https://galaxy.ansible.com/do1jlr/acmetool_fix) role, that will install a specific version of acmetool on debian based systems.
|
||||||
|
|
||||||
Testing
|
Testing
|
||||||
---------
|
---------
|
||||||
We are using the following github actions for testing and releasing to ansible galaxy.
|
We are using the following github actions for testing and releasing to ansible galaxy.
|
||||||
|
|
|
@ -4,7 +4,7 @@ galaxy_info:
|
||||||
author: do1jlr
|
author: do1jlr
|
||||||
description: Install acmetool and get it working together with the do1jlr.nginx role.
|
description: Install acmetool and get it working together with the do1jlr.nginx role.
|
||||||
license: "MIT"
|
license: "MIT"
|
||||||
min_ansible_version: 2.8
|
min_ansible_version: 2.11
|
||||||
github_branch: main
|
github_branch: main
|
||||||
platforms:
|
platforms:
|
||||||
- name: Debian
|
- name: Debian
|
||||||
|
|
Loading…
Reference in a new issue