mirror of
https://github.com/geerlingguy/ansible-role-certbot.git
synced 2025-04-19 17:01:37 +02:00
Update tasks/create-cert-standalone.yml
This commit is contained in:
parent
b17976752c
commit
515e8af98b
@ -33,7 +33,9 @@
|
||||
owner: root
|
||||
group: root
|
||||
mode: 0750
|
||||
when: certbot_create_standalone_stop_services is defined and certbot_create_standalone_stop_services
|
||||
when:
|
||||
- certbot_create_standalone_stop_services is defined
|
||||
- certbot_create_standalone_stop_services
|
||||
|
||||
- name: Generate new certificate if one doesn't exist.
|
||||
command: "{{ certbot_create_command }}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user