certbot, not cerbot
This commit is contained in:
parent
d43588eecf
commit
35d041330c
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@
|
|||
- name: Collect certificate for nginx website
|
||||
set_fact:
|
||||
all_certbot_certs: "{{ all_certbot_certs | combine({item: {'links': ['/etc/nginx/certs/'+item],'hooks': ['systemctl reload nginx']}}) }}"
|
||||
loop: "{{ http_sites | default({}) | dict2items | selectattr('value.use_cerbot', 'defined') | selectattr('value.use_cerbot', '==', True) | map(attribute='key')}}"
|
||||
loop: "{{ http_sites | default({}) | dict2items | selectattr('value.use_certbot', 'defined') | selectattr('value.use_certbot', '==', True) | map(attribute='key')}}"
|
||||
|
||||
- name: Create certificate links
|
||||
file:
|
||||
|
|
Loading…
Reference in a new issue