forked from ISTI-ansible-roles/ansible-roles
library/roles/letsencrypt-acmetool-client/defaults/main.yml: Fix a typo.
This commit is contained in:
parent
7044dcd55f
commit
c9850ead39
|
@ -6,7 +6,7 @@ letsencrypt_acme_pkg_state: latest
|
|||
letsencrypt_acme_pkgs:
|
||||
- acmetool
|
||||
- libcap2-bin
|
||||
letsencrypt_acme_ppa_repo: 'ppa:hlandau/rhea'
|
||||
letsencrypt_acme_ppa_repo: 'ppa:hlandau/rhea'
|
||||
letsencrypt_acme_debian_repo: 'deb http://ppa.launchpad.net/hlandau/rhea/ubuntu xenial main'
|
||||
letsencrypt_acme_debian_repo_key: '9862409EF124EC763B84972FF5AC9651EDB58DFA'
|
||||
letsencrypt_acme_user: acme
|
||||
|
|
Loading…
Reference in New Issue