feat: add support for environment variables

This commit is contained in:
Tinyblargon
2023-11-23 20:34:45 +00:00
parent 08543f45b2
commit f8e92b7271
3 changed files with 6 additions and 0 deletions
+1
View File
@@ -39,4 +39,5 @@
- name: Generate new certificate if one doesn't exist.
command: "{{ certbot_create_command }}"
environment: "{{ cert_item.env_vars | default(certbot_env_vars) }}"
when: not letsencrypt_cert.stat.exists
+1
View File
@@ -11,4 +11,5 @@
- name: Generate new certificate if one doesn't exist.
command: "{{ certbot_create_command }}"
environment: "{{ cert_item.env_vars | default(certbot_env_vars) }}"
when: not letsencrypt_cert.stat.exists