Fix role name to use _ instead of -

This commit is contained in:
Nick Janetakis 2018-09-29 11:41:24 -04:00
parent 5dfff8d4a4
commit 8b46e34030
2 changed files with 5 additions and 5 deletions

View File

@ -296,7 +296,7 @@ To use this role edit your `site.yml` file to look something like this:
become: True
roles:
- { role: "nickjj.acme-sh", tags: ["acme-sh"] }
- { role: "nickjj.acme_sh", tags: ["acme_sh"] }
```
Here's a few examples. You can recreate this example on your end by opening or
@ -380,16 +380,16 @@ acme_sh_domains:
*If you're looking for an Ansible role to create users, then check out my
[user role](https://github.com/nickjj/ansible-user)*.
Now you would run `ansible-playbook -i inventory/hosts site.yml -t acme-sh`.
Now you would run `ansible-playbook -i inventory/hosts site.yml -t acme_sh`.
## Installation
`$ ansible-galaxy install nickjj.acme-sh`
`$ ansible-galaxy install nickjj.acme_sh`
## Ansible Galaxy
You can find it on the official
[Ansible Galaxy](https://galaxy.ansible.com/nickjj/acme-sh/) if you want to
[Ansible Galaxy](https://galaxy.ansible.com/nickjj/acme_sh/) if you want to
rate it.
## License

View File

@ -1,7 +1,7 @@
---
galaxy_info:
role_name: "acme-sh"
role_name: "acme_sh"
author: "Nick Janetakis"
description: "Install and auto-renew SSL certificates with Let's Encrypt using acme.sh."
license: "license (MIT)"