Update tasks/create-cert-standalone.yml

pull/80/head
Jeff Geerling 3 years ago committed by GitHub
parent b17976752c
commit 515e8af98b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      tasks/create-cert-standalone.yml

@ -33,7 +33,9 @@
owner: root owner: root
group: root group: root
mode: 0750 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. - name: Generate new certificate if one doesn't exist.
command: "{{ certbot_create_command }}" command: "{{ certbot_create_command }}"

Loading…
Cancel
Save