Skip to content

Commit

Permalink
chore: unified letsencrypt variable names
Browse files Browse the repository at this point in the history
  • Loading branch information
Joel Joos committed Aug 13, 2024
1 parent 4f637c0 commit 3243d9d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tasks/assert.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,14 +76,14 @@
- "{{ bareos_webui_tls_cert_chain_dest }}"
when: bareos_webui_tls_enable

- name: assert | Test bareos_webui_ssl_enable
- name: assert | Test bareos_webui_letsencrypt_enable
ansible.builtin.assert:
that:
- bareos_webui_ssl_enable is defined
- bareos_webui_ssl_enable is boolean
- bareos_webui_letsencrypt_enable is defined
- bareos_webui_letsencrypt_enable is boolean
quiet: yes

- name: assert | Test bareos_webui_ssl certificate configurations are set correctly
- name: assert | Test bareos_webui_letsencrypt certificate configurations are set correctly
ansible.builtin.assert:
that:
- item is defined
Expand Down

0 comments on commit 3243d9d

Please sign in to comment.